Every commit message should be formatted like this:
[<type>] <message>
ADD: Add a new file or featureFIX: Fix a bugEDIT: Edit an existing fileDEL: Delete a file or featureDOC: Add or edit documentationRECODE: Refactor codeCLEAN: Clean up codeMERGE: Merge branches
[ADD] Added more tests
Added overflow tests
90% lines, 100% functions, 75% branches
[EDIT] Edited exception naming
Edited the exception naming to match the coding style
- The first letter of the commit message should be capitalized
- The commit message should be written in English
- The commit message should be clear and concise