Skip to content

Branch Naming Convention

Samuel Afolaranmi edited this page Aug 20, 2019 · 1 revision

Branch Naming


Branches created should be named using the following format:

{story type}-{story 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 of what the branch contains

pivotal tracker id - The Id of the pivotal tracker story associated with the commit

Example

ft-resources-rest-endpoints-111504508
Clone this wiki locally