From 61f01a4e5928fccba7ff69cf98075b3b4fa2530e Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Fri, 4 Aug 2017 14:56:08 -0700 Subject: [PATCH] Add note for 1.8 release. (#4632) --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a94506e8c6..401f52479c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,8 @@ -> NOTE: Please check the “Allow edits from maintainers” box (see image below) to +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +> For 1.8 Features: set Milestone to `1.8` and Base Branch to `release-1.8` +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +> +> 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. > > Please delete this note before submitting the pull request.