====== Commit Messages ====== Sources: * [[https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716|Semantic Commit Messages]] feat: add hat wobble ^--^ ^------------^ | | | +-> Summary in present tense. | +-------> Type: feat, fix, docs, style, refactor, test, wip, ... | ''feat'' | New feature || | ''fix'' | Bug fix || | ''docs'' | Changes to the documentation || | ''style'' | Formatting, missing semi colons, etc; no production code change || | ''refactor'' | Refactoring production code, eg. renaming a variable || | ''test'' | Adding missing tests, refactoring tests; no production code change || | ''wip'' | work in progress | a big feature that has not been completed by the moment but should be commited and pushed |