Skip to content

Branch Naming Convention

andela-pijege edited this page Jul 24, 2017 · 1 revision

Branch Naming

New branches should be named with the following format:

<STORY_TYPE>/<SHORT_STORY_DESCRIPTION>

Example

chore/setup-code-climate

The STORY_TYPE indicates the context or purpose of the branch. It should be entirely written in lowercase letters and should not contain abbreviations. The available story types are: feature chore bug release The SHORT_STORY_DESCRIPTION is a 3-4 word summary about the purpose of the branch. Its words are separated with hyphen (-). For example, setup-travis-ci. Contact GitHub API Training Shop Blog About

Clone this wiki locally