Skip to content

Commit

Permalink
CONTRIBUTING.md: improve commit message hint
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed May 27, 2020
1 parent 5c033aa commit 9019e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit 9019e6c

Please sign in to comment.