Skip to content

Commit e69ce00

Browse files
committed
Add pull request description template
1 parent bbdc614 commit e69ce00

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!-- Closes #<issue> (delete if not applicable) -->
2+
3+
## Summary
4+
5+
<What changed and why, in 1–3 sentences. Lead with the user-visible behavior before/after; leave implementation for the next section.>
6+
7+
## How
8+
9+
<Bullet the key changes by file or concern. Call out anything non-obvious: reused logic from another branch, deviations from existing patterns, latent bugs noticed but not fixed here.>
10+
11+
## Scope
12+
<!-- Optional — delete if there's nothing worth flagging. -->
13+
14+
<What this PR does *not* touch. Explicitly name adjacent systems (prod builds, electron, Docker, etc.) that a reviewer might assume are affected.>
15+
16+
## Questions
17+
<!-- Optional — delete if none. -->
18+
19+
<Open decisions, tradeoffs the reviewer should weigh in on, or things you're uncertain about.>
20+
21+
## Test plan
22+
23+
- [ ] <Concrete steps a reviewer can run>
24+
- [ ] `pnpm typecheck` passes
25+
- [ ] `pnpm test` passes

0 commit comments

Comments
 (0)