From 8603b4082194a478eb5bd1c22c30ec4292c280cf Mon Sep 17 00:00:00 2001 From: PatrickBue Date: Tue, 15 Sep 2020 13:04:44 +0000 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#624) --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 99d2e5e..e0d6728 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,7 +11,8 @@ - [ ] I have followed the [contribution guidelines](../CONTRIBUTING.md) and code style for this project. +- [ ] This branch is created from `staging` and not `master`. +- [ ] This PR is being made to `staging` and not `master`. +- [ ] I will squash merge this PR into `staging`. - [ ] I have added tests covering my contributions. - [ ] I have updated the documentation accordingly. -- [ ] This PR is being made to `staging` and not `master` -- [ ] I will squash merge this PR into `staging`