-
Notifications
You must be signed in to change notification settings - Fork 11
1. Branch Naming
mukunzidd edited this page May 10, 2024
·
2 revisions
Branches created should be named using the following format:
{story type}-{story summary}-{pivotal tracker/trello id}
story type - Indicates the context of the branch and should be one of the following:
- ft == Feature
- bg == Bug
- ch == Chore
story summary - Short 2-3 words summary about what the branch contains
Issue/Pivotal tracker/Trello id - The Id of the pivotal tracker/Trello story associated with the commit.
Example
ft-resources-rest-endpoints-0408