-
Notifications
You must be signed in to change notification settings - Fork 0
Branch Naming Convention
Amande Olaoluwa Felix edited this page May 21, 2018
·
1 revision
The following format is the only acceptable format for naming a branch:
<story type>-<3-4 word story description>-<story id>
ch-sweep-the-floor-111504508
The story type indicates the context of the branch and should be written in full and with lowercase letters:
- feature (ft)
- chore (ch)
- bug (bg)
- release (rel)
The story description is a summary of the purpose of the branch. It is delimited with a hyphen (-). For example, ch-travis-ci-setup