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-07-24 12:01:40 +0300
committerlovetox <philipp@hoerist.com>2022-07-24 12:01:40 +0300
commitf2f022aacaacee369f380a197b2a153e328c25aa (patch)
treefd370b2533007811199f337b2a8a40e9b4a360d0
parent6b5db82389aa25c18ff8bb984f34ee773aa771cc (diff)
chore: Add new commit prefix
-rwxr-xr-x.githooks/update1
-rw-r--r--CONTRIBUTING.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.githooks/update b/.githooks/update
index 35f0f2ad2..736db9d7f 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -11,6 +11,7 @@ import subprocess
ALLOWED_TAGS = [
'ci',
+ 'cs',
'feat',
'fix',
'perf',
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7f3bd7844..43e25d904 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,6 +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)
- feat (a new feature was added)
- fix (something was fixed)
- perf (performance related changes)