From 41374f44d8b0af20ca14eef956cc607d80d0d4ca Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 30 Jan 2026 11:13:19 -0600 Subject: [PATCH] ci: update pr template --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b4369fa1a43e..d8a5c8a90256 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,7 @@ ### What does this PR do? +Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the pr. + +**If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!** + ### How did you verify your code works?