MAINT: Add TRANSLATION type to commit guidelines

This commit is contained in:
Jan Klass 2020-12-24 02:50:54 +01:00
parent 1998624fd4
commit 265920a8bd

View File

@ -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.