From 460399c38fd3a8dc6eea8f39e37fd10b813e8ccd Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:55:07 -0800 Subject: [PATCH] chore: Add pull request template to repository --- .github/PULL_REQUEST_TEMPLATE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 00000000..823a017e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,7 @@ +## Changes in this pull request +_Give a narrative description of what has been changed._ + +## Checklist +- [ ] This PR represents a single feature, fix, or change. +- [ ] All applicable changes have been documented. +- [ ] Any `TO DO` items (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.