From 847f3f58afacc290322ccccef9d546349630d939 Mon Sep 17 00:00:00 2001 From: Sean Dickinson Date: Sun, 21 Jun 2026 16:22:02 -0400 Subject: [PATCH] feat: add 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 0000000..2ce8dcb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,48 @@ + + +Resolves #001 + +### Description + + +### Type of change + + + +* Bug fix (non-breaking change which fixes an issue) +* New feature (non-breaking change which adds functionality) +* Breaking change (fix or feature that would cause existing functionality to not work as expected) +* This change requires a documentation update +* Documentation update + +### How Has This Been Tested? + + + +### Screenshots + \ No newline at end of file