Skip to content

Branch Naming Convention

Ebenezer Don edited this page Dec 17, 2019 · 3 revisions

Branch Naming

Branches being created should have the following format:

<story_type>/<issue_id>/short 3-4 words description

Example

chore/13/setup-linting-and-formatting

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 of the purpose of the branch. It is delimited with a hyphen (-). For example, travis-ci-setup

Clone this wiki locally