From 3ea82c9848c71e82eff2f636b7ba352d4ce14bda Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 10 Oct 2019 23:48:56 +0200 Subject: [PATCH] doc: clarify usage of the 'test' commit type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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