diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..9c05da98a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Description + +Provide a brief summary of the changes made, including any issues resolved. Include the purpose and context behind these updates. + +## Testing + +Explain how the changes can be tested. + +## Checklist + +- [ ] Conducted a self-review of the code changes. +- [ ] Updated documentation, if necessary. +- [ ] Added tests to validate the functionality or fix.