From 35821ae05c030a539705ead6930a1a8accca9b7a Mon Sep 17 00:00:00 2001 From: Atanas Angelov Date: Sun, 26 Aug 2018 03:26:08 +0300 Subject: [PATCH] update PR template to require a discussion issue --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e41282d..1324c0a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,9 @@ -## Why this PR is needed +## Discussion -_Please enter the reason why this change is necessary or a benefit to the project._ +_Please submit a separate issue for discussion before submitting a PR._ +_PRs without a discussion issue will be closed._ +Issue: #xyz ## What this PR does -_Please add a description of what the PR does here._ +_Please add a description of what the PR does._