Forráskód Böngészése

CONTRIBUTING.md: improve commit message hint

Markus Neteler 5 éve
szülő
commit
9019e6c2f2
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -137,10 +137,10 @@ git add file1
 git add file2
 ```
 
-* Commit the change:
+* Commit the change (first word is the module name):
 
 ```
-git commit -m "Added a new feature"
+git commit -m "module: added a new feature"
 ```
 
 ### Pushing changes to GitHub