Skip to content

Branch Naming Convention

Vanessa Ejikeme edited this page Feb 19, 2018 · 1 revision

Branches being created should have the following format:

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

Example

chore/150264614/search-filter

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

  • feature
  • chore
  • bug
  • release

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

Clone this wiki locally