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>
1.3 KiB
1.3 KiB
Description
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
Fixes #
Changes Made
Testing
- 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)