Skip to content

Commit c19321e

Browse files
committed
docs: trim PR template root-cause boilerplate
1 parent ff607ad commit c19321e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,17 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
3535
- Related #
3636
- [ ] This PR fixes a bug or regression
3737

38-
## Root Cause / Regression History (if applicable)
38+
## Root Cause (if applicable)
3939

4040
For bug fixes or regressions, explain why this happened, not just what changed. Otherwise write `N/A`. If the cause is unclear, write `Unknown`.
4141

4242
- Root cause:
4343
- Missing detection / guardrail:
44-
- Prior context (`git blame`, prior PR, issue, or refactor if known):
45-
- Why this regressed now:
46-
- If unknown, what was ruled out:
44+
- Contributing context (if known):
4745

4846
## Regression Test Plan (if applicable)
4947

50-
For bug fixes or regressions, name the smallest reliable test coverage that should have caught this. Otherwise write `N/A`.
48+
For bug fixes or regressions, name the smallest reliable test coverage that should catch this. Otherwise write `N/A`.
5149

5250
- Coverage level that should have caught this:
5351
- [ ] Unit test

0 commit comments

Comments
 (0)