Commit 1476a87
authored
Let LLMs create less noisy and more focused PR descriptions (vercel#94896)
The default template is too noisy when used by LLMs. "what" and "how"
are almost always duplicates. Verification most often includes trivial
commands (e.g. static checking of .js files or running `pnpm build`).
This information isn't relevant to review and can leave the important
bits of a PR description unreviewed.
Oftentimes the "why" is the most important bit for maintainers. The
"what" is most important for end users reading along (or for deriving
docs or changelog entries from the PR).1 parent 00df19b commit 1476a87
1 file changed
Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 77 | + | |
86 | 78 | | |
87 | 79 | | |
88 | 80 | | |
89 | 81 | | |
90 | 82 | | |
91 | 83 | | |
92 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| |||
0 commit comments