Skip to content

Commit b494409

Browse files
yjkellyjooclaude
andcommitted
docs(github): add pull request template
- add PULL_REQUEST_TEMPLATE.md with what/details/checklist sections - checklist adapted to this repo's build, link-check, and llms.txt conventions Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Yejin Kelly Joo <yejinkellyjoo@gmail.com>
1 parent b9416ad commit b494409

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# What does this PR resolve? 🚀
2+
3+
<!-- One-line summary. Then bullets: the key changes and, briefly, the why. -->
4+
5+
# Details 📝
6+
7+
<!-- Implementation specifics, trade-offs, anything a reviewer needs. -->
8+
9+
# Checklist ✅
10+
11+
- [ ] Merged latest `master` and resolved conflicts
12+
- [ ] `npm run build` succeeds
13+
- [ ] Links checked (`npm run check:links`) where relevant
14+
- [ ] `static/llms.txt` updated if pages were added / renamed / deleted
15+
- [ ] Content follows [CODING.md](../CODING.md) conventions (wrap long lines, `Swarm` vs `swarm`)
16+
- [ ] Self-reviewed the diff
17+
- [ ] Commits are signed off (`git commit -s`)

0 commit comments

Comments
 (0)