doc: clarify usage of the 'test' commit type

This commit is contained in:
Xymorot 2019-10-10 23:48:56 +02:00
parent 33c2f9de6f
commit 3ea82c9848
1 changed files with 1 additions and 1 deletions

View File

@ -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