diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a689eb9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,28 @@ + +## Description + +## Type of change + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +## How Has This Been Tested? + + +## Checklist: + +- [ ] My code follows the patterns of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation + +## Additional context + + +## Related Issues + + +## Reviewers + \ No newline at end of file