From 56f4168847f28064bde56e3103d931a57f3de67c Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Mon, 8 May 2017 15:24:42 -0700 Subject: [PATCH] Add reminder to PR template for 1.7 --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 694c62712b..193e067f6e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +> For 1.7 Features: set Milestone to `1.7` and Base Branch to `release-1.7` +> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +> > NOTE: Please check the “Allow edits from maintainers” box below to allow > reviewers fix problems on your patch and speed up the review process. > Please delete this note before submitting the pull request.