We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a38c6d commit d6cb8d6Copy full SHA for d6cb8d6
1 file changed
.github/pull_request_template.md
@@ -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