From 7a87af26bf3a3bf22f0ba8293458413342313405 Mon Sep 17 00:00:00 2001 From: coah <100182500+coah80@users.noreply.github.com> Date: Sat, 7 Mar 2026 04:28:29 -0600 Subject: [PATCH] chore: add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 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..6c18bc49 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## What does this PR do? + + +## Why? + + +## How to test +- [ ] + +## Screenshots / Videos + + +## Checklist +- [ ] Builds without errors +- [ ] Tested in-game +- [ ] No new warnings