From 2331bfa9b0a0e39fc83c64699a8b84fa1a66ba49 Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Wed, 12 Nov 2025 08:40:32 -0500 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 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..1c777861 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +## Description + +Provide a clear description of what this pull request does. + +## Type of Change + +- [ ] New project idea (SYNOPSES) +- [ ] Full project implementation +- [ ] Bug fix +- [ ] Documentation improvement +- [ ] Other (please describe) + +## Checklist + +- [ ] My code follows the existing style and conventions +- [ ] I have tested my changes +- [ ] I have updated relevant documentation +- [ ] My changes do not introduce security vulnerabilities +- [ ] I have read the CONTRIBUTING.md guidelines + +## Related Issues + +Link any related issues here (e.g., "Fixes #123"). + +## Additional Context + +Any other information that reviewers should know.