-
asset
For changes to the asset files.
-
build
For changes that affect the build system or external dependencies.
-
chore
For releases, .gitignore changes, deleting unused files, etc.
-
ci
For changes to our CI configuration files and scripts.
-
docs
For changes to the documentations.
-
feat
For adding a new feature or component.
-
fix
For changes that fix one or more bugs.
-
perf
For changes that (hopefully) improve the performance.
-
refactor
For non feat/fix changes that improve the implementation and/or the interface.
-
test
For adding missing tests or correcting the existing tests.