Skip to content

Branch Naming Convention

Ikem Okonkwo edited this page May 12, 2016 · 7 revisions

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
Clone this wiki locally