conventional-branch
github/awesome-copilot
This guide establishes the Conventional Branch specification for naming Git branches. It defines standardized prefixes (e.g., feature/, bugfix/, hotfix/) and enforces strict rules (lowercase, kebab-case, no underscores) to ensure consistency across development teams. Use it to validate, create, or understand the correct naming structure for any new branch, improving project traceability and collaboration.