Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 405 Bytes

COMMITMSG.md

File metadata and controls

22 lines (15 loc) · 405 Bytes

Documentation of commit messages

  • [REFACTOR]

    • when refactoring for a variable name or file path
  • [IMPROVE]

    • when improving some code so that it's better implemented
  • [BUG]

    • when fixing a bug
  • [NEW]

    • when adding something new like a feature
  • [CLEAN]

    • when cleaning up code
  • [CHANGE]

    • misc changes
  • [NOTE]

    • when adding a comment specifically to note something for later