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:
Faultier314
2026-04-05 22:25:36 +02:00
parent cd7a3f7414
commit 80c73595d2
5 changed files with 107 additions and 1 deletions

View File

@@ -5,6 +5,17 @@ Format: `[MAJOR.MINOR.PATCH] - YYYY-MM-DD`
---
## [0.2.0] - 2026-04-05
### Added
- `.gitattributes` automatische LF-Normalisierung, keine CRLF-Warnungen mehr
- `README.md` Projektbeschreibung, Features-Übersicht, Links zur Dokumentation
- `.gitea/PULL_REQUEST_TEMPLATE.md` Checkliste für PRs (Tests, Version, Docs)
- Branch Protection für `main` und `develop` (serverseitig konfiguriert)
- Squash-Merge als Standard-Merge-Strategie (serverseitig konfiguriert)
---
## [0.1.1] - 2026-04-05
### Changed