From 22da5ccbfb963ba656b6d8158c083a0c8be7d208 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Sun, 27 Jun 2021 13:39:17 +0200 Subject: [PATCH] Docs: Small edit to CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8cb7b2..6095e33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: * `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. * `Breaking` - for a backwards-incompatible enhancement or feature. * `Docs` - changes to documentation only.