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 main must come from dev, release/* or hotfix/*.
  • PRs into dev must 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.