From b80edfb9968266b9754c9a9709ad5a159c6fc117 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 23 Dec 2017 17:48:15 -0800 Subject: [PATCH] Add more informative link for Git Signoff Signed-off-by: Dan Schaper --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 96ce4ba5..7a59c163 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ - [] I give this submission freely and claim no ownership. - [] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1) - [] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)) -- [] I have Signed Off all commits. ([`git commit --signoff`](https://git-scm.com/docs/git-commit#git-commit---signoff)) +- [] I have Signed Off all commits. ([`git commit --signoff`](https://github.com/pi-hole/pi-hole/wiki/How-to-signoff-your-commits.)) ---