For conventional commits, in addition to the default types
fix
: patches a bugfeat
: introduces a new feature to the codebase
Evan uses the following types:
build
: build relatedci
: work related to CIchore
: updating deps, etc.docs
: documentation changesdrop
: deleting stuff or removing a featureedit
: minor changes that don't constitute a new featureperf
: performance improvementspolish
: copy editing or cleanup that doesn't affect functionalityrefactor
: major rewriting or restructuring that doesn't fix bugs or affect functionalityrevert
: revert commitsstyle
: code style changestest
: unit testing, etc.