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.