diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e74c517 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,35 @@ + + +## Summary + +This PR implements / improves the following **features**: + +- Feature 1 +- Feature 2 + +and fixes following **bugs**: + +- Bug 1 +- Bug 2 + +**Breaking changes:** + +- Breaking change 1 +- Breaking change 2 + +## Testing + +Please describe how the changes can be tested + +## Related isssues + +Put _closes #XXXX_ in your comment to auto-close the issue that your PR implements.