diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2c671cae4..194b2a6d0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,38 @@ - -### 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? + +Why is this change necessary? + + + +- [ ] 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 + + +