-
Notifications
You must be signed in to change notification settings - Fork 7
BRANCH NAMING
Okwukwe Ewurum edited this page Aug 14, 2019
·
1 revision
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
- ch == Chore
- bg == Bug
Story Summary
- Short 2-3 words summary about what the branch contains
ft-resources-rest-endpoints-111504508