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>2021-05-17 09:49:07 +0300
committerRobert Adam <dev@robert-adam.de>2021-05-17 09:49:07 +0300
commit3511ba5a41f65b97a42a24dc2863ea68d15dae5a (patch)
tree4a7da883fc5c28bf850b9623405ec6cfbe04c524 /COMMIT_GUIDELINES.md
parent789f2d79e1b83db88e053c6ec8af93d885350a9c (diff)
MAINT: Introduce REVERT commit type
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 3f19780dc..755013f46 100644
--- a/COMMIT_GUIDELINES.md
+++ b/COMMIT_GUIDELINES.md
@@ -52,6 +52,7 @@ The `TYPE` is one of the following:
| BUILD | Changes related to the build process / buildsystem | Fix cmake script |
| TRANSLATION | Translation updates and changes | Update translation files |
| CHANGE | Something was changed without falling into existing categories | Changed the default of a setting |
+| REVERT | A previous commit had to be reverted because e.g. it was buggy | - |
The `TYPE` has to be in **all-uppercase** in order for it to stand out.