From 01eca3004fc80189b93e5d0cf6b14794629057ad Mon Sep 17 00:00:00 2001 From: Preetham Viswanathan Date: Tue, 30 Oct 2018 16:57:41 -0400 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 45 +++++++++++++++++++++++--------- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2c671cae4..020651d28 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,36 @@ - -### Description +- [ ] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) +- [ ] I have checked that this PR does not introduce a breaking change +- [ ] This PR introduces breaking changes and I have provided a detailed explanation below - - -### Fixes # \ No newline at end of file +## PR Type +What kind of change does this PR introduce? + + + +- [ ] Bugfix +- [ ] Feature +- [ ] Breaking changes (bugfix or feature that introduces breaking changes) +- [ ] Code style update (formatting) +- [ ] Refactoring (no functional changes) +- [ ] Documentation changes +- [ ] Other - Please describe: + +## Fixes + +Issue Number: N/A + + +## What is the current behavior? + + +## What is the new behavior? + + +## Other information + + + From ab95f14e218a93b22fb5eed4ee858f1eecd8e2ec Mon Sep 17 00:00:00 2001 From: Alyssa Callahan Date: Tue, 27 Nov 2018 15:38:06 -0500 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 020651d28..194b2a6d0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,8 @@ Please check all that apply to this PR using "x": ## PR Type What kind of change does this PR introduce? +Why is this change necessary? + - [ ] Bugfix