Guest User

Untitled

a guest
Nov 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <type>(<scope>): <subject>
  2.  
  3. <body>
  4.  
  5. <footer>
  6.  
  7. #-------------------------------------------------------------------------------
  8. # <type>
  9. # - feat: A new feature
  10. # - fix: A bug fix
  11. # - docs: Documentation only changes
  12. # - style: Changes that do not affect the meaning of the code (white-space,
  13. # formatting, missing semi-colons, etc)
  14. # - refactor: A code change that neither fixes a bug or adds a feature
  15. # - perf: A code change that improves performance
  16. # - test: Adding missing tests
  17. # - chore: Changes to the build process or auxiliary tools and libraries
  18. # such as documentation generation
  19. # - content: Add content
  20. #-------------------------------------------------------------------------------
  21. # <scope>
  22. # Before using scope, we have to define scopes of the application and store them
  23. # in the documentation folder.
  24. # By scope we mean an application part, not a technical part, for exemple
  25. # search, add to cart, API…
  26. #-------------------------------------------------------------------------------
  27. # <subject>
  28. # The subject contains succinct description of the change:
  29. # - use the imperative, present tense: "change" not "changed" nor "changes"
  30. # - don't capitalize first letter
  31. # - no dot (.) at the end
  32. #-------------------------------------------------------------------------------
  33. # <body>
  34. # The body should include the motivation for the change and be more detailled
  35. # than the subject.
  36. #-------------------------------------------------------------------------------
  37. # <footer>
  38. # The Footer list all related Issue Tracker links
  39. #-------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment