From dc34bc400e2f41f62173ae5cff9b5c389401e8a8 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 11 Oct 2021 09:32:12 +0200 Subject: [PATCH] Destroyed How to signoff your commits. (markdown) --- How-to-signoff-your-commits..md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 How-to-signoff-your-commits..md diff --git a/How-to-signoff-your-commits..md b/How-to-signoff-your-commits..md deleted file mode 100644 index 00247b8..0000000 --- a/How-to-signoff-your-commits..md +++ /dev/null @@ -1,9 +0,0 @@ -# TO BE REMOVED (already ported) - -#### 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**_.