Skip to content

Commit d6cb8d6

Browse files
chore: add pull request template
1 parent 2a38c6d commit d6cb8d6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Summary
2+
<!-- What does this PR do? 1-3 bullet points -->
3+
4+
## Type of Change
5+
- [ ] feat: New feature
6+
- [ ] fix: Bug fix
7+
- [ ] docs: Documentation only
8+
- [ ] chore: Maintenance / tooling
9+
- [ ] refactor: Code change that neither fixes a bug nor adds a feature
10+
11+
## Checklist
12+
- [ ] `npm test` passes (build + validators + tests)
13+
- [ ] `npm run lint` passes
14+
- [ ] No hardcoded paths (`validate-no-personal-paths`)
15+
- [ ] Cursor adapters rebuilt (`npm run build`)
16+
- [ ] CHANGELOG.md updated (if user-facing change)

0 commit comments

Comments
 (0)