-
Notifications
You must be signed in to change notification settings - Fork 10
Branch Naming Convention
John Kennedy edited this page Jul 31, 2017
·
1 revision
Branches being created should have the following format:
<story type>/<story id>/<3-4 word story description>
chore/111504508/save-the-world
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 about the purpose of the branch.It is delimited with hyphen (-). For example, travis-ci-setup