diff --git a/README.md b/README.md index c6d9960..502357b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit - `feat`: features, if any part of your commit implements a new functionality or changes an existing one, use this - `remove`: removal of existing code/functionality - `fix`: bugfixes -- `test`: implementation of new tests or fixing/removal of existing tests - `refactor`: code refactoring +- `test`: any of the above, but with tests - `update`: updating dependencies and associated code changes - `config`: changing configuration (linters, build process) - `doc`: documentation, including comments