Skip to content

Git Branch Naming Convention

Bernard Kanyolo edited this page Sep 7, 2016 · 1 revision

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-taskee-bidding-system-111504508
Clone this wiki locally