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>
11 lines
515 B
YAML
11 lines
515 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 💬 GitHub Discussions
|
|
url: https://github.com/mellow-fox/TidyQuest/discussions
|
|
about: Ask questions and discuss ideas with the community
|
|
- name: 🔒 Security Vulnerability
|
|
url: https://github.com/mellow-fox/TidyQuest/security
|
|
about: Report security vulnerabilities privately (DO NOT open a public issue)
|
|
- name: 📖 Documentation
|
|
url: https://github.com/mellow-fox/TidyQuest/blob/main/README.md
|
|
about: Read the full documentation
|