Skip to content

Branch Naming Convention

Amande Olaoluwa Felix edited this page May 21, 2018 · 1 revision

Branch Naming

The following format is the only acceptable format for naming a branch:

<story type>-<3-4 word story description>-<story id>

Example

ch-sweep-the-floor-111504508

The story type indicates the context of the branch and should be written in full and with lowercase letters:

  • feature (ft)
  • chore (ch)
  • bug (bg)
  • release (rel)

The story description is a summary of the purpose of the branch. It is delimited with a hyphen (-). For example, ch-travis-ci-setup

Clone this wiki locally