Delete pull_request_template.md

Alessandro committed Apr 11, 2026 at 19:01 UTC 7c2ac1348720e9b729989494ad2f5853c131bbcf
1 file changed -35
.github/pull_request_template.md deleted
-35
@@ -1,35 +0,0 @@
1 -# Pull Request
2 -
3 -## What was broken
4 -
5 -<!-- Describe the user-visible or maintainer-visible problem. -->
6 -
7 -## Root cause
8 -
9 -<!-- Explain the specific reason this happened. -->
10 -
11 -## What changed
12 -
13 -<!-- List the focused code or documentation changes in this PR. -->
14 -
15 -## Validation
16 -
17 -- [ ] I searched open and recently closed upstream PRs for overlapping work.
18 -- [ ] I recorded the exact tests or checks I ran below.
19 -- [ ] If validation was blocked, I explained the blocker clearly.
20 -
21 -### Tests / checks run
22 -
23 -- `...`
24 -
25 -## Risk / follow-up notes
26 -
27 -<!-- Note residual risk, rollout considerations, or deliberate follow-up work. -->
28 -
29 -## Related issues / PRs
30 -
31 -<!-- Example: Fixes #1234, Relates to #1439 -->
32 -
33 -## Fork safety note
34 -
35 -<!-- If this branch lives on a fork with GitHub Actions workflows, mention whether maintainer edits were enabled and whether that is safe for this branch. -->