Git Workflow
Status: 🚧 Stub
Our branching strategy, commit conventions, and pull request expectations.
Topics to cover​
- Branching model (Git Flow, trunk-based, GitHub Flow, or our own variant)
- Branch naming conventions (e.g.,
feature/,fix/,chore/) - Commit message conventions (Conventional Commits? Custom format?)
- PR title and description expectations
- When to squash, rebase, or merge
- Working with long-running feature branches
- Hotfix process
- Tagging and release conventions
Related​
Owner: TBD | Last reviewed: TBD