Verbs | Short Desc |
---|---|
document | Refactor of documentation, e.g. help files |
make | Change the build process, or tooling, or infra |
add | Create a capability e.g. feature, test, dependency |
feat | addition of some new features |
cut | Remove a capability e.g. feature, test, dependency |
chore | Some house keeping activity |
fix | Fix an issue e.g. bug, typo |
bump | Increase the version of something e.g. dependency |
refactor | A code change that MUST be just a refactoring |
reformat | Refactor of formatting, e.g. omit whitespace |
optimize | Refactor of performance, e.g. speed up code |