Docs: Small edit to CONTRIBUTING.md

This commit is contained in:
Aria Minaei 2021-06-27 13:39:17 +02:00
parent 1387ac5b21
commit 22da5ccbfb

View file

@ -17,7 +17,7 @@ The first line of the commit message (the summary) must have a specific format.
The `[Tag]` is one of the following: The `[Tag]` is one of the following:
* `Fix` - for a bug fix. * `Fix` - for a bug fix.
* `Update` - either for a backwards-compatible enhancement or for a rule change that adds reported problems. * `Update` - either for a backwards-compatible enhancement.
* `New` - implemented a new feature. * `New` - implemented a new feature.
* `Breaking` - for a backwards-incompatible enhancement or feature. * `Breaking` - for a backwards-incompatible enhancement or feature.
* `Docs` - changes to documentation only. * `Docs` - changes to documentation only.