Leitfaden und Skripte für die Mitarbeit am AX25_POPT Projekt (DerHirschi)
- Shell 100%
| .forgejo/workflows | ||
| assets | ||
| docs | ||
| plan | ||
| scripts | ||
| sessions | ||
| src | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| AX25_POPT_Mitarbeit.md | ||
| README.md | ||
AX25_POPT – Mitarbeiter-Paket
Enthaltene Dateien
AX25_POPT_Mitarbeit.md ← Vollständiger Leitfaden mit Diagrammen
scripts/
ax25_popt_setup.sh ← Einmaliges Setup (Clone, Remotes, Virtualenv)
ax25_popt_sync.sh ← Täglicher Upstream-Sync
ax25_popt_branch.sh ← Branch-Lifecycle & PR-Vorbereitung
Schnellstart
# 1. Skripte ausführbar machen
chmod +x scripts/*.sh
# 2. Einmaliges Setup
./scripts/ax25_popt_setup.sh
# 3. Täglich vor der Arbeit
./scripts/ax25_popt_sync.sh
# 4. Feature-Branch starten
./scripts/ax25_popt_branch.sh new feature/mein-fix
Voraussetzungen
gitinstalliertpython3+python3-venvinstalliert- GitHub Fork
ppfeiffer/AX25_POPTangelegt (github.com) - Forgejo Repo
ppfeiffer/AX25_POPTangelegt – leer, ohne README (git.pfeiffer-privat.de)
ppfeiffer