From 6589799a2ade87be5e40a22adf6b0dd8722c5fed Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 28 Oct 2019 10:29:43 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 48 ++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 18830ecb..a4694234 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,26 +1,32 @@ - +## PR Checklist -## Description (*) - + -## Fixed Issues (if necessary) - +Please check all that apply to this PR using "x": -## Screenshots (if necessary) - +- [ ] 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 -## Contribution checklist (*) - - [ ] I have read the Contributing Guidelines - - [ ] Commits have been made with meaningful commit messages - - [ ] All automated tests have passed successfully +## PR Type - +What kind of change does this PR introduce? + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting) +- [ ] Refactoring (no functional changes) +- [ ] Documentation changes +- [ ] Other - Please describe: + +## Fixes + +Issue Number: + +## What is the current behavior? + +## What is the new behavior? + +## Other information + +