From 514684dc14160e13918e54b0316d353fe7089774 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Thu, 3 Oct 2019 03:01:47 +0200 Subject: [PATCH] doc: update commit types concerning comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88976c0..35bc773 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit - `refactor`: code refactoring - `update`: updating dependencies and associated code changes - `config`: changing configuration (linters, build process) -- `doc`: documentation +- `doc`: documentation, including comments - `reformat`: fixing code formatting Always try to split up your changes into coherent commits, a single commit should do a single thing. If your commit needs to do more than one thing it should be labeled with the type coming first in this list.