Git commits
Git commits
How to write good commits https://chris.beams.io/posts/git-commit/
Conventional commit format
Common types according to commitlint-config-conventional (based on the the Angular convention) can be:
build
ci
choredocs
feat
fix
perf
refactor
revert
style
test
for npm, use the husky package
Last updated