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:
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