From e97b2293b3cc98b9193915248343e77745e2d3fe Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 31 Aug 2020 17:30:23 +0200 Subject: MAINT: Added BUILD type to commit guidelines --- COMMIT_GUIDELINES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'COMMIT_GUIDELINES.md') 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. -- cgit v1.2.3