Skip to content

BRANCH NAMING

Okwukwe Ewurum edited this page Aug 14, 2019 · 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
  • ch == Chore
  • bg == Bug

Story Summary - Short 2-3 words summary about what the branch contains

Example

ft-resources-rest-endpoints-111504508

Clone this wiki locally