Files
gh-omkamal-pypict-claude-skill/.github/pull_request_template.md
Zhongwei Li 1769b9d042
Some checks failed
CI / validate (push) Has been cancelled
Initial commit
2025-11-30 08:45:26 +08:00

91 lines
2.1 KiB
Markdown

# 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