From cade8aa2dcf7a6cb5b2720211255844ffc489ab5 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Thu, 19 Oct 2017 11:44:15 -0500 Subject: [PATCH] PR template note for 1.9 (#5943) * Add some draft material * Reverting, mostly * Add a note for 1.9 --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 17a9f67ab3..235973f654 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,6 @@ +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +> For 1.9 Features: set Milestone to `1.9` and Base Branch to `release-1.9` +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > NOTE: Please check the “Allow edits from maintainers” box (see image below) to > [allow reviewers to fix problems](https://help.github.com/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork/) on your patch and speed up the review process. >