Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2020-12-24 04:50:54 +0300
committerJan Klass <kissaki@posteo.de>2020-12-24 04:51:06 +0300
commit265920a8bdb2d644a3fd1d836b22d00fc31c1908 (patch)
treece4af0c7bb6b9c8911d77c0e7dc9ec34135c3529 /COMMIT_GUIDELINES.md
parent1998624fd43267d4a227970f6bc506593342e8d6 (diff)
MAINT: Add TRANSLATION type to commit guidelines
Diffstat (limited to 'COMMIT_GUIDELINES.md')
-rw-r--r--COMMIT_GUIDELINES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/COMMIT_GUIDELINES.md b/COMMIT_GUIDELINES.md
index b2cc41ea6..bd8629a32 100644
--- a/COMMIT_GUIDELINES.md
+++ b/COMMIT_GUIDELINES.md
@@ -50,6 +50,7 @@ The `TYPE` is one of the following:
| CI | Changed something for the CI (continous integration) | Update TravisCI to use newer ubuntu version |
| REFAC | Code refactoring | Renamed variable `x` to `y` |
| BUILD | Changes related to the build process / buildsystem | Fixed cmake script |
+| TRANSLATION | Translation updates and changes | Update translation files |
The `TYPE` has to be in **all-uppercase** in order for it to stand out.