Skip to main content

Branching Standard

Document: STD-005Type: StandardStatus: ApprovedOwner: EngineeringVersion: 4.2.0Updated: 2026-07-17

Approved branchesโ€‹

PatternPurposeExample
mainProduction-ready sourcemain
feature/*Feature or scoped changefeature/login-redesign
fix/*Non-emergency correctionfix/mobile-navigation
hotfix/*Urgent production correctionhotfix/dns-link
release/*Release stabilization when neededrelease/v4.1.0

Current maturityโ€‹

During the first solo-developer deployment, strict rulesets may be deferred until the deployment pipeline works. After the first successful Cloudflare deployment, introduce a main-branch ruleset that blocks deletion and force pushes and requires pull requests for team contributions.