Bootstrap Weirsøe Party Protocol with initial game model and workflow

This commit is contained in:
2026-02-27 12:09:21 +01:00
commit fa1c951c8c
6010 changed files with 762251 additions and 0 deletions

17
docs/GIT_WORKFLOW.md Normal file
View File

@@ -0,0 +1,17 @@
# Git workflow
## Branches
- `main`: stabil baseline
- `feature/<name>`: løbende udvikling
- `release/vX.Y.Z`: release-klargøring
## Commit-strategi
- Commit often, små commits med klare budskaber.
## Release-flow
1. Arbejd i `feature/*`
2. Merge til `main`
3. Opret `release/vX.Y.Z` fra `main`
4. Opdater `VERSION` + `CHANGELOG.md`
5. Tag: `vX.Y.Z`
6. Push branch + tag til Gitea