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-08-31 18:30:23 +0300
committerRobert Adam <dev@robert-adam.de>2020-08-31 18:30:53 +0300
commite97b2293b3cc98b9193915248343e77745e2d3fe (patch)
treece9eb543c2845c555e1021adbe1502ef810a5b0c /COMMIT_GUIDELINES.md
parent9768626971ce70a8656b3903d274fe692040b19c (diff)
MAINT: Added BUILD type to commit guidelines
Diffstat (limited to 'COMMIT_GUIDELINES.md')
-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.