From f558cc49f76d29ccc386a976caf8e9e3354a17f1 Mon Sep 17 00:00:00 2001 From: Sidhya Tikku <33092447+sidhyatikku@users.noreply.github.com> Date: Sun, 20 Oct 2019 00:27:38 +0530 Subject: [PATCH 1/2] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..18830ec --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ + + +## Description (*) + + +## Fixed Issues (if necessary) + + +## Screenshots (if necessary) + + +## Contribution checklist (*) + - [ ] I have read the Contributing Guidelines + - [ ] Commits have been made with meaningful commit messages + - [ ] All automated tests have passed successfully + + From 6589799a2ade87be5e40a22adf6b0dd8722c5fed Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 28 Oct 2019 10:29:43 -0400 Subject: [PATCH 2/2] 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 18830ec..a469423 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 + +