Skip to content

Instantly share code, notes, and snippets.

@q-ode
Created February 10, 2017 11:14
Show Gist options
  • Save q-ode/2c217bbaf4be2aa91e7791384d73fcd3 to your computer and use it in GitHub Desktop.
Save q-ode/2c217bbaf4be2aa91e7791384d73fcd3 to your computer and use it in GitHub Desktop.
Branch Naming Convention

#Branch Naming

Branches being created should have the following format:

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

#Example

chore/111504508/save-the-world

The story 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment