From 166b8be2c588a89c483ddcbc1c41208a4bf47997 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 22 Aug 2018 18:19:53 +0100 Subject: [PATCH] Add a Pull Request template To try and help prevent the notification noise from PRs being opened against upstream by mistake. --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..e18fe56a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +<!-- Hi and welcome to the Heroku Python buildpack repository! + +If you meant to open a PR against a fork instead of upstream, please adjust the base branch: +https://help.github.com/articles/changing-the-base-branch-of-a-pull-request/ + +Otherwise thank you in advance for your Pull Request - just remember to +include as much information as possible to help the reviewers :-) +--> -- GitLab