From ea3bc1ca00f4d03b4f3da33f08ab30209b94f822 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 23 Dec 2017 17:46:08 -0800 Subject: [PATCH] Created How to signoff your commits. (markdown) --- How-to-signoff-your-commits..md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 How-to-signoff-your-commits..md diff --git a/How-to-signoff-your-commits..md b/How-to-signoff-your-commits..md new file mode 100644 index 0000000..bcf9ec6 --- /dev/null +++ b/How-to-signoff-your-commits..md @@ -0,0 +1,7 @@ +#### Pi-hole requires a sign-off message in the following format appear on each commit in the pull request: + +``` +Signed-off-by: Dan Schaper +``` + +The text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. _If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit --amend -s**. If you've pushed your changes to Github already you'll need to force push your branch after this with **git push -f**_.