Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Format: <type>(<scope>): <subject>
  2.  
  3. <scope> is optional
  4. Example
  5.  
  6. feat: add hat wobble
  7. ^--^ ^------------^
  8. | |
  9. | +-> Summary in present tense.
  10. |
  11. +-------> Type: chore, docs, feat, fix, refactor, style, or test.
  12.  
  13. More Examples:
  14.  
  15. feat: (new feature for the user, not a new feature for build script)
  16. fix: (bug fix for the user, not a fix to a build script)
  17. docs: (changes to the documentation)
  18. style: (formatting, missing semi colons, etc; no production code change)
  19. refactor: (refactoring production code, eg. renaming a variable)
  20. test: (adding missing tests, refactoring tests; no production code change)
  21. chore: (updating grunt tasks etc; no production code change)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement