docs: improve explanation for commit type usage in CONTRIBUTING guide (#7849)

This commit is contained in:
Manuel
2022-03-12 16:23:25 +01:00
committed by GitHub
parent 3e68491df0
commit 2dceec7359

View File

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