<aside> 💡 Original post: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
</aside>
Format:Â <type>(<scope>): <subject>
<scope>
 is optional
feat: add hat wobble
^--^ ^------------^
| |
| +-> Summary in present tense.
|
+-------> Type: chore, docs, feat, fix, refactor, style, or test.
More Examples:
feat
: (new feature)fix
: (bug fix)docs
: (changes to the documentation)style
: (formatting, missing semi colons, etc)refactor
: (refactoring production code, eg. renaming a variable)test
: (adding missing tests, refactoring tests)chore
: (daily or common tasks)feat: allow provided config object to extend other configs
BREAKING CHANGE: `extends` key in config file is now used for extending other config files
!
 to draw attention to breaking changerefactor!: drop support for Node 6
References: