From 563696e291a66eda9f5d149b064f58b9de9b4345 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 4 Nov 2016 14:01:01 -0700 Subject: [PATCH] PR against Development guide PA will tag PR to Master with -1 approval in the next release. That will deny any PR's against Master from users and changing branches after the PR is started does not appear to modify the PA actions. --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7291be41..3882215d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ **By submitting this pull request, I confirm the following (please check boxes, eg [X])Failure to fill the template will close your PR:** +***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 checked that [another pull request](https://github.com/pi-hole/pi-hole/pulls) for this purpose does not exist. - [] I have considered, and confirmed that this submission will be valuable to others.