Skip to content

Branch Naming

Ewanjiru edited this page Apr 17, 2017 · 4 revisions

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 i.e

* feature
* chore
* bug
* release

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

Clone this wiki locally