From 120838becdafcbd43e80943fc0342521742c2f4b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Feb 2015 00:12:50 +0100 Subject: [PATCH] Update doc --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c443fb0f53..e2282654fc9 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)