From 5ef29d2b1c7501cb1319e4eac6a8d779ea69be4d Mon Sep 17 00:00:00 2001 From: Dylan Pulver Date: Thu, 12 Sep 2024 21:17:56 -0400 Subject: [PATCH] feat/add-pull-request-template --- .github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 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..c551ccb9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## Description + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Refactor +- [ ] Other (please describe): + +## Related Issues + + + +## Testing + +- [ ] Tests added or updated +- [ ] No tests required + + + +## Checklist + +- [ ] Code is well-documented +- [ ] Changelog is updated (if needed) +- [ ] No sensitive information (e.g., keys, credentials) is included in the code +- [ ] All PR feedback is addressed + +## Additional Notes + +