Skip to content

Commit 975a564

Browse files
committed
feat: add pull request template for better contribution guidelines
1 parent c78f842 commit 975a564

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
<!-- What does this PR do? Why is it needed? -->
4+
5+
## Testing
6+
7+
<!-- How did you test your changes? -->
8+
9+
- [ ] Tested locally with `uv run specify --help`
10+
- [ ] Ran existing tests with `uv sync && uv run pytest`
11+
- [ ] Tested with a sample project (if applicable)
12+
13+
## AI Disclosure
14+
15+
<!-- Per our Contributing guidelines, AI assistance must be disclosed. -->
16+
<!-- See: https://github.com/github/spec-kit/blob/main/CONTRIBUTING.md#ai-contributions-in-spec-kit -->
17+
18+
- [ ] I **did not** use AI assistance for this contribution
19+
- [ ] I **did** use AI assistance (describe below)
20+
21+
<!-- If you used AI, briefly describe how (e.g., "Code generated by Copilot", "Consulted ChatGPT for approach"): -->
22+

0 commit comments

Comments
 (0)