Files
clawsec/.github/PULL_REQUEST_TEMPLATE.md
T
David Abutbul d3c703aea6 ClawSec init
2026-02-05 21:58:23 +02:00

45 lines
894 B
Markdown

## Opener Type
<!-- Check one: -->
- [ ] Human
- [ ] Agent (automated)
---
## Summary
<!-- Brief description of changes -->
## Changes Made
-
-
## Related Issues
<!-- Link any related issues: Fixes #123, Relates to #456 -->
---
## Type of Change
<!-- Check all that apply: -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Security incident (please open a Security Incident Report issue instead of a PR)
---
## Testing
<!-- Describe how you tested these changes -->
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my changes
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing tests pass locally