diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index e902c47..307a73b 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -13,43 +13,37 @@ For fixes, describe the user-visible symptom and trigger:
fix: task list fails to load when user has no environments
Avoid implementation details such as:
fix: add null check to task query
--->
-
-
-Additional instructions
**MUST:** Keep **Allow edits from maintainers** enabled for this PR so maintainers
can help update the branch when needed.
-
-
+-->
## What Problem This Solves
-## Why This Change Was Made
+## User Impact
-## User Impact
+## Why This Change Was Made
## Evidence
@@ -62,4 +56,6 @@ changes when it clarifies the result.
Reviewers will inspect the code, tests, and CI. Use this section to make the
validation easy to understand, not to restate the diff.
+Summarize what was checked and the result; note meaningful gaps. Link long output
+or put it in optional , keeping the useful evidence summary visible.
-->