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:
authorRobert Adam <dev@robert-adam.de>2020-12-24 15:44:16 +0300
committerGitHub <noreply@github.com>2020-12-24 15:44:16 +0300
commit6625f9a877d0b107c05a32c0c4189843965a59a7 (patch)
tree6ceb5a68daa1ba992a90fbc8c317be3236a8791a /COMMIT_GUIDELINES.md
parente1a64b1a34a28249935e05fcf907ff27313065e9 (diff)
parent265920a8bdb2d644a3fd1d836b22d00fc31c1908 (diff)
Merge pull request #4652: MAINT: Add TRANSLATION type to commit guidelines
The TRANSLATION type has been used for example in 9e8b9af and 3821562, for updating the translated strings and source strings respectively.
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 e0ceede93..af2a39221 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.