Commit 3f1390b
authored
Simplify pull-request template (#15924)
The current template is quite wordy and hard to read. We have a
properly rendered checklist in `CONTRIBUTING.md`, so it's clearest just
to link to that; I'm not convinced that the existing comment actually
drives user behaviour to do what we want, so I don't think we'll lose
out by putting it a link away.
I deleted the "summary" and "details and comments" section headings
because they're usually below the fold of the text area anyway, and just
busy-work to delete for PRs that come with a good commit message.
One thing we definitely _do_ want in all PR descriptions, and is not
possible for maintainers to manually do themselves, is to include a
disclosure of the AI/LLM tooling used. This new template pre-populates
that with tickboxes, including for the negative case, which should at
least make it obvious to reviewers if all the information is present.1 parent f8bd5d0 commit 3f1390b
1 file changed
Lines changed: 8 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
12 | 5 | | |
13 | 6 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 7 | + | |
19 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
20 | 12 | | |
| 13 | + | |
0 commit comments