Create pull_request_template.md

This commit is contained in:
Rijk van Zanten
2022-05-26 16:36:37 -04:00
committed by GitHub
parent 1c508c8bc5
commit 24365e04a0

30
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,30 @@
## Description
<!--
A summary of the changes and a reference to the Issue that was fixed / implemented.
NOTE: All Pull Requests require a corresponding open Issue.
-->
Fixes #
## Type of Change
- [ ] Bugfix
- [ ] New Feature
- [ ] Refactor / codestyle updates
- [ ] Other, please describe:
- [ ] This PR includes a breaking change
## Requirements Checklist
- [ ] New / updated tests are included
- [ ] All tests are passing locally
- [ ] Performed a self-review of the submitted code
If adding a new feature:
- [ ] Documentation was added/updated