diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..ad75b766 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,48 @@ + + +## Description + + +## Related Issues + + +## Changes Made + +- +- +- +- + +## Testing Done + + +## Screenshots (if applicable) + + +## Checklist + +- [ ] Code follows project style guidelines +- [ ] Documentation has been updated or added +- [ ] Tests have been added or updated +- [ ] All CI checks pass +- [ ] Dependent changes have been merged + +## Additional Notes + \ No newline at end of file