changeset 42:f126ff05017f

update CONTRIBUTE.md
author David Demelier <markand@malikania.fr>
date Thu, 08 Nov 2018 20:41:00 +0100
parents 8a783de20b75
children 7633bca60de0
files CONTRIBUTE.md
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CONTRIBUTE.md	Thu Oct 18 22:01:00 2018 +0200
+++ b/CONTRIBUTE.md	Thu Nov 08 20:41:00 2018 +0100
@@ -91,16 +91,17 @@
 
 Commit messages are written using the following syntax:
 
-    Topic: short message less than 80 characters
+    topic: short message less than 80 characters
 
     Optional additional description if needed.
 
-Replace `Topic` with one of the following:
+Replace `topic` with one of the following:
 
-- **CMake**: for the build system,
-- **Docs**: for the documentation,
-- **Misc**: for miscellaneous files,
-- **Tests**: for the unit tests.
+- **cmake**: for the build system,
+- **doc**: for the documentation,
+- **misc**: for miscellaneous files,
+- **release**: release management,
+- **tests**: for the unit tests.
 
 ### Quick way