Branch Naming Convention - meshnesh/android-level-up GitHub Wiki
Branch Naming
Branches created should be named using the following format:
{story type}-{2-3 word summary}-{pivotal tracker id}
story-type
- Indicates the context of the branch and should be one of:
- ft == Feature
- bg == Bug
- ch == Chore
story-summary
- Short 2-3 words summary about what the branch contains
Example
ft-resources-rest-endpoints-111504508