Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #Branch Naming
  2.  
  3. Branches being created should have the following format:
  4.  
  5. `<story type>/<story id>-<3-4 word story description>`
  6.  
  7. #Example
  8.  
  9. `chore/123-change-title`
  10.  
  11. The story type indicates the context of the branch and should be written in full and with lowercase letters:
  12.  
  13. - feat
  14. - chore
  15. - bug
  16. - release
  17. - test
  18. - hotfix
  19.  
  20. The story description is a summary about the purpose of the branch.It is delimited with hyphen (-). For example, travis-ci-setup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement