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 /CONTRIBUTING.md
parent6b5db82389aa25c18ff8bb984f34ee773aa771cc (diff)
chore: Add new commit prefix
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
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)