Skip to the content.

🌿 Branching Strategy

Protected Branches

Branch Policy
main Protected; direct push blocked; required checks enforced

Feature Branches

Recommended patterns:

feature/<short-description>
fix/<short-description>
chore/<short-description>

Merge Strategy