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-04-05 00:13:56 +0300
committerlovetox <philipp@hoerist.com>2022-04-05 00:13:56 +0300
commit27e6682da6bc73d094b3e428bc32f42402a58864 (patch)
tree43ce08bc60864fbccb200d0d018a2c555aa05154 /CONTRIBUTING.md
parentc9dc71334b29277fc59f568ffd27ad9fb4f43998 (diff)
chore: Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9e1c2ef90..e28820332 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,12 +34,12 @@ 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
-- feat
-- fix
-- perf
-- refactor
-- chore
+- ci (ci related changes)
+- feat (functionality of the application was changed)
+- fix (something was fixed)
+- perf (performance related changes)
+- refactor (code was changed, but the end user will not notice)
+- chore (reoccuring tasks which need to be done)
- other
Further the first letter after the tag must be upper case