From 06d5ea9d51ee765730dc1204139a633a072c3029 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 22 Jun 2017 12:59:07 -0700 Subject: [PATCH] Grammar and signoff instructions. Signed-off-by: Dan Schaper --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ae241fdf..8583806b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,12 +3,12 @@ ***Please submit all pull requests against the `development` branch. Failure to do so will delay or deny your request*** - [] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md). -- [] I have written tests and verified that they fail without my change -- [] I have squashed any insignificant commits -- [] This change has comments for package types, values, functions, and non-obvious lines of code -- [] I am willing to help maintain this change if there are issues with it later -- [] I give this submission freely, and claim no ownership to its content -- [] I have Signed Off all commits. +- [] I have written tests and verified that they fail without my change. +- [] I have squashed any insignificant commits. +- [] This change has comments for package types, values, functions, and non-obvious lines of code. +- [] I am willing to help maintain this change if there are issues with it later. +- [] I give this submission freely and claim no ownership. It is compatible with the EUPL 1.2 license. +- [] I have Signed Off all commits. (`git commit --signoff`) ***Please explain what you have done and wish to accomplish with this Pull Request***