Security improvements: - CODEOWNERS: Define code review requirements - SECURITY.md: Link to security policy in .github/ for GitHub Security tab - Pull request template: Enforce PR checklist and guidelines - Issue templates: Bug reports and feature requests with structured forms - Issue config: Disable blank issues, add helpful links These files protect the repository by: - Requiring code review from @mellow-fox for all changes - Enforcing security-sensitive file approval (auth, database, Docker) - Providing clear contribution guidelines - Preventing low-quality or spam issues - Guiding contributors with structured templates Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
## Description
|
|
|
|
<!-- Provide a brief description of your changes -->
|
|
|
|
## Type of Change
|
|
|
|
- [ ] 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
|
|
- [ ] Code refactoring
|
|
- [ ] Performance improvement
|
|
- [ ] Security fix
|
|
|
|
## Related Issue
|
|
|
|
<!-- Link to the issue this PR addresses, e.g., "Fixes #123" -->
|
|
|
|
Fixes #
|
|
|
|
## Changes Made
|
|
|
|
<!-- List the changes you made -->
|
|
|
|
-
|
|
-
|
|
-
|
|
|
|
## Testing
|
|
|
|
<!-- Describe how you tested your changes -->
|
|
|
|
- [ ] Tested locally with Docker
|
|
- [ ] Tested on production-like environment
|
|
- [ ] Added/updated tests
|
|
- [ ] All existing tests pass
|
|
|
|
## Checklist
|
|
|
|
- [ ] My code follows the project's code style
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code where necessary
|
|
- [ ] I have updated the documentation (README, API.md, etc.)
|
|
- [ ] My changes generate no new warnings or errors
|
|
- [ ] I have checked for security vulnerabilities
|
|
- [ ] I have not committed any secrets (.env, API keys, passwords)
|
|
|
|
## Screenshots (if applicable)
|
|
|
|
<!-- Add screenshots to help explain your changes -->
|
|
|
|
## Additional Notes
|
|
|
|
<!-- Any additional information -->
|