From ad1211e9298dd0f8b5197431cf99fdb4398bc0f2 Mon Sep 17 00:00:00 2001 From: Preetham Viswanathan Date: Tue, 30 Oct 2018 16:42:54 -0400 Subject: [PATCH] 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 + + + -- 2.45.2