1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-30 04:09:15 +00:00

Updated Contributing to the Pi hole project (markdown)

Dan Schaper 2017-12-30 12:51:02 -08:00
parent db57bfef34
commit c58f377ec0

@ -25,4 +25,9 @@ Git even has a `-s` command line option to append this automatically to your com
`$ git commit -s -m 'This is my commit message'` `$ git commit -s -m 'This is my commit message'`
If you have authored a commit that is missing the `Signed-off by` line, you can amend your commits
and push them to GitHub
`git commit --amend --signoff`
![DCO Failed PR](https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png) ![DCO Failed PR](https://cloud.githubusercontent.com/assets/173/24482273/a35dc23e-14b5-11e7-9371-fd241873e2c3.png)