-
Notifications
You must be signed in to change notification settings - Fork 0
Branch Naming Convention
Aaron Biliyok edited this page Dec 7, 2017
·
1 revision
#Branch Naming Branches created should be named using this format:
<story type>/<story id>/<3-4 word story description>
#Example
chore/111504508/hello-post-it-team
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 hyphen (-). For example, travis-ci-setup