Files
ClaudeForge/.github/PULL_REQUEST_TEMPLATE.md
T
2025-11-12 11:19:48 +01:00

59 lines
1.3 KiB
Markdown

# Pull Request
## Description
Provide a clear and concise description of your changes.
## Type of Change
- [ ] Bug fix (non-breaking change fixing an issue)
- [ ] New feature (non-breaking change adding functionality)
- [ ] Breaking change (fix or feature causing existing functionality to change)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test addition/improvement
## Related Issues
Fixes #(issue_number)
## Changes Made
- Change 1
- Change 2
- Change 3
## Testing Performed
Describe the tests you ran to verify your changes:
- [ ] Tested installation (./install.sh)
- [ ] Tested slash command (/enhance-claude-md)
- [ ] Tested guardian agent
- [ ] Tested on new project
- [ ] Tested on existing project with CLAUDE.md
- [ ] Tested modular architecture
**Test Environment:**
- OS: [e.g., macOS 13.5]
- Claude Code Version: [e.g., 2.1.0]
## Screenshots (if applicable)
Add screenshots to help explain your changes.
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have commented my code where necessary
- [ ] I have updated the documentation (if needed)
- [ ] I have updated CHANGELOG.md with my changes
- [ ] My changes generate no new warnings
- [ ] I have tested my changes thoroughly
- [ ] All existing tests still pass
## Additional Notes
Any additional information reviewers should know.