From 321c05680f7c94585c76aba61cea28397ca18dc5 Mon Sep 17 00:00:00 2001 From: roboclaw-bot <309084314+roboclaw-bot@users.noreply.github.com> Date: Sat, 12 Sep 2026 19:37:57 +0000 Subject: [PATCH] docs: make PR descriptions plain-language first Co-authored-by: hannesrudolph <49103247+hannesrudolph@users.noreply.github.com> --- .github/pull_request_template.md | 38 ++++++++++++++------------------ 1 file changed, 17 insertions(+), 21 deletions(-) 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. -->