From 194c973240be82bdc08ec2c9f65fc878ba60e187 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 9 Feb 2018 15:52:13 +0100 Subject: [PATCH] Mention commit message format in CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2641730607..3e6b215dc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,9 @@ feature. Then, once it is necessary, commit with:: $ git commit -a -Do not forget to write a helpful commit message. +Do not forget to write a helpful commit message. If you are fixing a bug in a +specific module, the first line of your commit message should read +`[module_name] Description of the fix`. Check your patch -- GitLab