feat: add repo standards infrastructure
- .gitattributes: normalize line endings to LF - README.md: project overview and feature list - .gitea/PULL_REQUEST_TEMPLATE.md: PR checklist - CHANGELOG.md, VERSION: bump to 0.2.0 Version: 0.2.0
This commit is contained in:
28
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
28
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,28 @@
|
||||
## Beschreibung
|
||||
|
||||
<!-- Was wurde geändert und warum? -->
|
||||
|
||||
## Typ der Änderung
|
||||
|
||||
- [ ] `feat` – neues Feature
|
||||
- [ ] `fix` – Bugfix
|
||||
- [ ] `refactor` – Code-Umbau ohne Verhaltensänderung
|
||||
- [ ] `chore` – Wartung, Build, Konfiguration
|
||||
- [ ] `docs` – nur Dokumentation
|
||||
|
||||
## Checkliste
|
||||
|
||||
- [ ] Alle Tests erfolgreich (`<test-command>`)
|
||||
- [ ] Versionsnummer erhöht (`VERSION` + `CHANGELOG.md`)
|
||||
- [ ] `docs/project-structure.md` aktualisiert (falls Funktionen/Module geändert)
|
||||
- [ ] `README.md` aktualisiert (falls nötig)
|
||||
- [ ] Branch ist aktuell mit `develop` (rebase/merge)
|
||||
- [ ] Kein direkter Push nach `main` – diese PR geht nach `develop`
|
||||
|
||||
## Getestete Szenarien
|
||||
|
||||
<!-- Was wurde manuell oder automatisch getestet? -->
|
||||
|
||||
## Version
|
||||
|
||||
<!-- z.B. 0.2.1 -->
|
||||
Reference in New Issue
Block a user