From a35819db4699fb9327b19a25de8981693783fe05 Mon Sep 17 00:00:00 2001 From: Sriram Madapusi Vasudevan <3770774+sriram-mv@users.noreply.github.com> Date: Fri, 3 Jan 2020 12:43:04 -0800 Subject: [PATCH] fix: github pull request template (#1687) Why is this change necessary? * The previous pull request template just had a section to describe * changes which was not prescriptive enough to fully understand the * context How does it address the issue? * A series of questions, that need to be answered instead is proposed * which will help to set context in a more formal manner. What side effects does this change have? * None Co-authored-by: Jacob Fuss <32497805+jfuss@users.noreply.github.com> --- .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 ff8b0dd6d9..d5a828e087 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,10 @@ *Issue #, if available:* -*Description of changes:* +*Why is this change necessary?* + +*How does it address the issue?* + +*What side effects does this change have?* *Checklist:*