Skip to content

Commit 419ee23

Browse files
badcharsclaude
andcommitted
docs: add pull request template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6b3a315 commit 419ee23

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Summary
2+
3+
<!-- What does this PR do? 1-2 sentences. -->
4+
5+
## Changes
6+
7+
-
8+
9+
## Type
10+
11+
- [ ] New tool / data source
12+
- [ ] Bug fix
13+
- [ ] Enhancement
14+
- [ ] Documentation
15+
- [ ] CI / build
16+
17+
## Checklist
18+
19+
- [ ] `bun run build` passes
20+
- [ ] Tested with `node dist/index.js --tool <name> '{"..."}' `
21+
- [ ] Tool added to `allTools` array in `tools.ts` (if new tool)
22+
- [ ] Tool added to `TOOL_CATEGORIES` in `index.ts` (if new tool)
23+
- [ ] README updated (if user-facing change)

0 commit comments

Comments
 (0)