Git Flow
Owner: Engineering
Reviewers: Tech Leads
Status: Draft
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per branching policy change
Branches
| Branch | Purpose |
|---|---|
main |
Production-ready branch. |
dev |
Integration branch. |
release/* |
Release stabilization. |
hotfix/* |
Urgent production fixes. |
feat/*, feature/*, fix/*, refactor/*, chore/*, docs/*, epic/* |
Working branches. |
Confirmed CI Rules
- PRs into
mainmust come fromdev,release/*orhotfix/*. - PRs into
devmust come from approved branch types. - CI validates branch name, PR title, commit messages, backend checks and web checks.
Reference
See ../workflow/[ST] Git Convention.md and .github/workflows/ci.yml.