From c19321ed9e02c9021495b4fe3a73a8ea7e1681b2 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:05:55 -0500 Subject: [PATCH] docs: trim PR template root-cause boilerplate --- .github/pull_request_template.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e4c74b827c..7296b60a44f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -35,19 +35,17 @@ If this PR fixes a plugin beta-release blocker, title it `fix(): beta - Related # - [ ] This PR fixes a bug or regression -## Root Cause / Regression History (if applicable) +## Root Cause (if applicable) For bug fixes or regressions, explain why this happened, not just what changed. Otherwise write `N/A`. If the cause is unclear, write `Unknown`. - Root cause: - Missing detection / guardrail: -- Prior context (`git blame`, prior PR, issue, or refactor if known): -- Why this regressed now: -- If unknown, what was ruled out: +- Contributing context (if known): ## Regression Test Plan (if applicable) -For bug fixes or regressions, name the smallest reliable test coverage that should have caught this. Otherwise write `N/A`. +For bug fixes or regressions, name the smallest reliable test coverage that should catch this. Otherwise write `N/A`. - Coverage level that should have caught this: - [ ] Unit test