mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
45 lines
894 B
Markdown
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
|