This commit is contained in:
90
.github/pull_request_template.md
vendored
Normal file
90
.github/pull_request_template.md
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
# Pull Request
|
||||
|
||||
## Description
|
||||
|
||||
Please include a summary of the changes and which issue is fixed or feature is added.
|
||||
|
||||
Fixes # (issue number)
|
||||
|
||||
## Type of Change
|
||||
|
||||
Please check the options that are relevant:
|
||||
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Documentation update
|
||||
- [ ] Example addition
|
||||
- [ ] Configuration change
|
||||
- [ ] Other (please describe):
|
||||
|
||||
## Changes Made
|
||||
|
||||
Please provide a list of changes:
|
||||
|
||||
- Change 1
|
||||
- Change 2
|
||||
- Change 3
|
||||
|
||||
## How Has This Been Tested?
|
||||
|
||||
Please describe the tests you ran to verify your changes:
|
||||
|
||||
- [ ] Test A
|
||||
- [ ] Test B
|
||||
- [ ] Manual testing with Claude Code
|
||||
|
||||
**Test Configuration:**
|
||||
- Claude Code Version:
|
||||
- Operating System:
|
||||
- Other relevant details:
|
||||
|
||||
## Screenshots or Output (if applicable)
|
||||
|
||||
Add screenshots or paste output that demonstrates the changes:
|
||||
|
||||
```
|
||||
[Paste output here]
|
||||
```
|
||||
|
||||
## Checklist
|
||||
|
||||
Please check all that apply:
|
||||
|
||||
- [ ] My code follows the style guidelines of this project
|
||||
- [ ] I have performed a self-review of my own code
|
||||
- [ ] I have commented my code, particularly in hard-to-understand areas
|
||||
- [ ] I have made corresponding changes to the documentation
|
||||
- [ ] My changes generate no new warnings
|
||||
- [ ] I have added examples or tests that demonstrate my changes work
|
||||
- [ ] New and existing examples pass locally with my changes
|
||||
- [ ] I have updated the CHANGELOG.md file (if applicable)
|
||||
- [ ] I have read the CONTRIBUTING.md document
|
||||
- [ ] I have checked my code for any inadvertent copyright violations
|
||||
|
||||
## Documentation Updates
|
||||
|
||||
- [ ] README.md updated
|
||||
- [ ] SKILL.md updated
|
||||
- [ ] Examples added or updated
|
||||
- [ ] CHANGELOG.md updated
|
||||
- [ ] Other documentation updated (please specify):
|
||||
|
||||
## Additional Notes
|
||||
|
||||
Add any additional notes, concerns, or context about the PR here.
|
||||
|
||||
## Related Issues or PRs
|
||||
|
||||
List any related issues or pull requests:
|
||||
|
||||
- Related to #
|
||||
- Depends on #
|
||||
- Blocks #
|
||||
|
||||
## For Maintainers
|
||||
|
||||
- [ ] Reviewed and approved
|
||||
- [ ] Tests pass
|
||||
- [ ] Documentation reviewed
|
||||
- [ ] Ready to merge
|
||||
Reference in New Issue
Block a user