Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-06 00:02:58 +0300
committerlovetox <philipp@hoerist.com>2022-08-06 00:02:58 +0300
commit66e6169d670bc0591f1a352ebcb3e87b254f627a (patch)
tree3ac14682272a3cfd61594a09556e6bc580ca68e2 /CONTRIBUTING.md
parent7508f8b7f3415c42e3badc9b259326790a94eb85 (diff)
chore: Rename commit prefix
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 43e25d904..fac8eed68 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,7 +35,7 @@ A good article regarding [good commit messages](https://chris.beams.io/posts/git
Every commit message must be prefixed with one of the following tags:
- ci (ci related changes)
-- cs (code style changes)
+- cq (code quality changes e.g. formatting, typing, codestyle)
- feat (a new feature was added)
- fix (something was fixed)
- perf (performance related changes)