diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..eda42a0f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ +Please fill in the fields below to submit a pull request. The more information that is provided, the better. + +Fixes # +Release Notes: + +**Types of changes**: + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +**Description of the changes being introduced by the pull request**: + +**Please verify and check that the pull request fulfills the following requirements**: + +- [ ] Tests have been added for the bug fix or new feature +- [ ] Docs have been added for the bug fix or new feature