Use the following format:
<type>/<issue-number>-<issue-name>
enhancement/123-user-registration
bug/456-login-error
refactor/789-auth-service
Use the following format:
<Type>: <short-description>
Feature: Add user registration page
Bug: Fix login validation
Refactor: Simplify authentication service
Enhancement: Improve search performance
- Use lowercase letters only for branch names.
- Use hyphens (
-) instead of spaces. - Keep descriptions short and meaningful.
- One issue should represent one task.
- Every branch must be linked to an issue.
- Include the issue number in the branch name.