Convetional Commits
What is Conventional Commits?
The Conventional Commits spesification is a lightweight convention on top of commit messages, providing a set of rules for creating an explisit commit history.
[language]
(n) convention = konvensi = kesepakatan (kbbi).
(v) dovetail = selaras.
| Type | for |
|---|---|
| feat | new feature for the user, not a new feature for the building script |
| fix | bux fix for the user, not fix to a build script |
| docs | changes to the documentation |
| style | formatting, missing semi colons, etc; no production code change |
| refactor | refactoring production code, eg. renaming a variable |