Commit prefixes
Reference
- fix
- A bug fix.
- feat
- A new feature.
- chore
- Changes to the build process or auxiliary tools and libraries such as documentation generation.
- docs
- Documentation changes.
- style
- Changes that do not affect the meaning of the code (white-space, formatting, etc.).
- refactor
- A code change that neither fixes a bug nor adds a feature.
- perf
- A code change that improves performance.
- test
- Adding or updating tests.
- revert
- Reverting a previous commit.
- ci
- Changes to CI configuration files and scripts.
- build
- Changes that affect the build system or external dependencies.
See also
- https://www.conventionalcommits.org/en/v1.0.0/
- https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716