From ef28bfe8f9983b4380cf7979a86c701c48319591 Mon Sep 17 00:00:00 2001 From: Ian Date: Sat, 6 Dec 2025 22:02:04 -0500 Subject: [PATCH] adding PR template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 0000000..eae6cc6 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Description +Add a short bulleted description of why this change is needed. + +## Related Issue +Closes # + +## Demo (if visible change) + + +## Checklist +- [ ] Tests pass locally and in CI +- [ ] No lint errors +- [ ] I have self-reviewed my code \ No newline at end of file