diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2641730607f6cd7ef3b8944dcdfaed5af9f4d7f9..3e6b215dc7da7b062baa0e6993b77249e6377e00 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