From c2d613d871059a0899715ece44ef3ec66dd1fe23 Mon Sep 17 00:00:00 2001 From: Dylan Pulver <35541198+dylanpulver@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:07:13 -0400 Subject: [PATCH] feat/add-pull-request-template (#604) --- .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 + +