-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Panthut Ketphan edited this page Oct 29, 2025
·
2 revisions
All branches must follow this format:
<type>/<short-description>
- feature β New features or enhancements
- bugfix β Bug fixes
- hotfix β Critical fixes for production
- release β Release preparation branches
- docs β Documentation changes
- No ticket numbers in branch names (β T-456).
- Use lowercase letters, numbers, and hyphens (-) only.
- Short description should be 3β5 words.
- Can also add number behind if you do same thing but different branch
- Be clear and concise.
- feature/user-authentication
- bugfix/fix-header-styling-2
- hotfix/security-patch-1
- release/v2.0.1
- docs/update-readme
- feature/T-456-user-authentication β feature/user-authentication
- bugfix/T-789-fix-header-styling β bugfix/fix-header-styling
- hotfix/T-321-security-patch β hotfix/security-patch
- docs/T-654-update-readme β docs/update-readme