From 9da450c165937425c6cb4fa5f6c0a05c8572b9c3 Mon Sep 17 00:00:00 2001 From: Michael Pursifull Date: Fri, 6 Feb 2026 01:10:16 -0600 Subject: [PATCH] docs: add pull request template Adds PR template matching the format documented in CONTRIBUTING.md. Completes one of two remaining GitHub Community Standards items. Fixes #1553 --- .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 000000000..9e68c9b1c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## What + + +## Why + +Fixes # + +## How + +- + +## Testing +