From 43ba8813d399d6d4c150fafd0169ed28e68df3aa Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 7 Mar 2017 09:00:22 -0800 Subject: [PATCH] Move summary to be next to where github places the commit message. (#22368) If a user makes a PR with a single, detailed commit message, github will put that at the top of the PR. Move our summary field to the top of the PR template so that it is next to where the commit message is placed. Users can then easily merge the two together or supplement the commit message with additional information that we ask for. --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 722c94a838a..13fc374ab78 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,12 @@ +##### SUMMARY + + + + ##### ISSUE TYPE - Feature Pull Request @@ -14,16 +23,15 @@ ``` -##### SUMMARY - +##### ADDITIONAL INFORMATION +Include additional information to help people understand the change here. +For bugs that don't have a linked bug report, a step-by-step reproduction +of the problem is helpful. + --> - + ``` ```