From 7427623c6e59f28857094fc23f6e0a1827c935b4 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 24 Feb 2025 11:25:14 -0500 Subject: [PATCH] feat: added PR template --- .github/pull_request_template.md | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/pull_request_template.md 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