You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.2KB

  1. # <type>: (If applied, this commit will...) <subject> (Max 50 char)
  2. # |<---- Using a Maximum Of 50 Characters ---->|
  3. # Explain why this change is being made
  4. # |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
  5. # Provide links or keys to any relevant tickets, articles or other resources
  6. # Example: Github issue #23
  7. # --- COMMIT END ---
  8. # Type can be
  9. # feat (new feature)
  10. # fix (bug fix)
  11. # refactor (refactoring production code)
  12. # style (formatting, missing semi colons, etc; no code change)
  13. # docs (changes to documentation)
  14. # test (adding or refactoring tests; no production code change)
  15. # chore (updating grunt tasks etc; no production code change)
  16. # --------------------
  17. # Remember to
  18. # - Capitalize the subject line
  19. # - Use the imperative mood in the subject line
  20. # - Do not end the subject line with a period
  21. # - Separate subject from body with a blank line
  22. # - Use the body to explain what and why vs. how
  23. # - Can use multiple lines with "-" for bullet points in body
  24. # --------------------
  25. # For updated template, visit:
  26. # https://gist.github.com/adeekshith/cd4c95a064977cdc6c50
  27. # Licence CC