1 Kommentar (1 Kommentar)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)2 Forks (2 Forks)auto 404
Good First Issue
Repository-Metriken
- Stars
- 6 Sterne (6 Sterne)
- PR-Merge-Metriken
- PR-Metriken ausstehend (PR-Metriken ausstehend)
Beschreibung
- Use
gitpython instead of executing things like cd ... && git ... using a shell and parsing the result.
- Use the normal python logging infrastructure instead of
print("DEBUG: ...")
- Migrate to a standard
pyproject.toml setup
Contributor Guide
- Research-Richtung
- Untersuche den Quellcode von HotfixStatusChecker, identifiziere Shell basierte git Aufrufe und ersetze sie durch gitpython. Konvertiere Print Debug Zeilen in Logging. Schließlich konfiguriere das Projekt mit pyproject.toml.
- Tech Stack
- python
- Domain
- tooling
- Issue Type
- Refactoring
- Voraussetzungen
- PythonGit