From 3a853121b96e406cfe7365dc69ddffa52c9526aa Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Thu, 15 Aug 2019 17:01:12 -0700 Subject: [PATCH] Update the pull request template (#5460) * Add a why header to the pull request template * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Edward Oakes * Update .github/PULL_REQUEST_TEMPLATE.md * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: Robert Nishihara --- .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 7cbc2e05b..d6d04c553 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,12 @@ +## Why are these changes needed? + + + ## What do these changes do? - + ## Related issue number