407 B
407 B
Git Branch Rules
- Format:
<type>/<ticket-id>-<short-description>(e.g.,feature/PROJ-101-add-login) - Types:
feature(new feature),bugfix(dev fix),hotfix(prod fix),chore(maintenance),docs,refactor. - Naming: 3-6 lowercase words, separated by hyphens
-. No special chars. - Workflow: Branch from
develop(ormainfor hotfix) -> PR -> Merge -> Delete branch.