diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d0b1eef --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + + + +### Brief summary of the change made + + + +### Are there any other side effects of this change that we should be aware of? + +### Describe how you tested your changes? + + + + +### Pull Request checklist + +Please confirm you have completed any of the necessary steps below. + +- [ ] Meaningful Pull Request title and description +- [ ] Changes tested as described above +- [ ] Added appropriate documentation for the change. +- [ ] Created GitHub issues for any relevant followup/future enhancements if appropriate.