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:
-rwxr-xr-x.githooks/update2
-rw-r--r--CONTRIBUTING.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.githooks/update b/.githooks/update
index 736db9d7f..4a7672c81 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -11,7 +11,7 @@ import subprocess
ALLOWED_TAGS = [
'ci',
- 'cs',
+ 'cq',
'feat',
'fix',
'perf',
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)