diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1133ae0..cd5cef94 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,11 +142,11 @@ To make a pull request you need to have a Github account. 1. Commit your changes, and finally push to the remote repository. Use a commit message that matches the prevailing format. (See `git log` for examples.) - $ git commit -am ': ' + $ git commit --signoff -am ': ' ... $ git push origin feature_branch - Furthermore, commits should be signed off according to the [DCO](DCO). + Furthermore, commits should be signed off according to the [DCO](DCO) (use `-s` / `--signoff` flag when commiting). 1. Create the pull request on Github.