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:
-rw-r--r--COMMIT_GUIDELINES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/COMMIT_GUIDELINES.md b/COMMIT_GUIDELINES.md
index 37fb78fb5..b2cc41ea6 100644
--- a/COMMIT_GUIDELINES.md
+++ b/COMMIT_GUIDELINES.md
@@ -48,7 +48,8 @@ The `TYPE` is one of the following:
| TEST | Adds, changes or removes a test-case | |
| MAINT | Maintenance - Change of non-code files | Change of the README |
| CI | Changed something for the CI (continous integration) | Update TravisCI to use newer ubuntu version |
-| REFAC | Code refactoring | Renamed variable `x` to `y` |
+| REFAC | Code refactoring | Renamed variable `x` to `y` |
+| BUILD | Changes related to the build process / buildsystem | Fixed cmake script |
The `TYPE` has to be in **all-uppercase** in order for it to stand out.