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-05-19 22:28:16 +0300
committerlovetox <philipp@hoerist.com>2022-05-19 22:28:16 +0300
commitda24f22796bc8d8930bc09309477f55a1fd75032 (patch)
tree9a1b98c1fc9d3eee1e62636bd08275a2911b1d1f /CONTRIBUTING.md
parent2b460bb7caeceb15b512c5dd9f40ad12088bccd1 (diff)
chore: Add new commit tag
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 1c80dfead..3bb915787 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,6 +38,7 @@ Every commit message must be prefixed with one of the following tags:
- feat (functionality of the application was changed)
- fix (something was fixed)
- perf (performance related changes)
+- imprv (improvements)
- refactor (code was changed, but the end user will not notice)
- chore (reoccuring tasks which need to be done)
- release (only used for release commits)