diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..a4694234 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ +## PR Checklist + + + +Please check all that apply to this PR using "x": + +- [ ] 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 + +## 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 + +