diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1c443fb0f53240e78faa950d4683b162b3c27752..e2282654fc9fb110d65451a393d7b215c9f80e50 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -47,9 +47,9 @@ Long description (Can span accross multiple lines).
 
 Where KEYWORD is one of:
 
-- void: don't put a keyword if the commit is not introducing feature or closing a bug.
-- NEW: for new features (May be followed by the task number i.e: #123)
-- FIXED: for bug fixes (May be followed by the bug number i.e: #456)
+- "FIXED:" for bug fixes (May be followed by the bug number i.e: #456)
+- "NEW:" for new features (May be followed by the task number i.e: #123)
+- void, don't put a keyword if the commit is not introducing feature or closing a bug.
 
 ### Resources
 [Developer documentation](http://wiki.dolibarr.org/index.php/Developer_documentation)