From 2dceec735937d9950f970783b20aa57bd314052c Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 12 Mar 2022 16:23:25 +0100 Subject: [PATCH] docs: improve explanation for commit type usage in CONTRIBUTING guide (#7849) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddc99a811a..cbcf7e19a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -305,7 +305,7 @@ For release automation, the title of pull requests needs to be written in a defi ``` The _type_ is the category of change that is made, possible types are: -- `feat` - add a new feature +- `feat` - add a new feature or improve an existing feature - `fix` - fix a bug - `refactor` - refactor code without impact on features or performance - `docs` - add or edit code comments, documentation, GitHub pages