Format: <type>(<scope>): <subject>
<scope> is optional
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: tech, docs, feat, fix, style, test.
More Examples:
feat: (new feature for the user, not a new feature for build script)fix: (bug fix for the business logic, not a fix to a build script)docs: (changes to the documentation)style: (formatting, missing semi colons, reword, etc)tech: (technical code changes, eg. renaming a variable, update dependency version, no business logic change)test: (adding missing tests, refactoring tests; no production code change)
Reference: https://www.conventionalcommits.org