mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
- Added Code of Conduct with clear behavioral standards - Created Contributing guidelines with submission requirements - Implemented structured issue templates (bug reports, features, new agents, moderation) - Disabled blank issues to enforce template usage - Added automated content moderation via GitHub Actions: * Real-time scanning for hate speech, threats, and profanity * Automatic closure/locking of critical violations * Moderation alerts for maintainer review - Set up welcome system for new contributors with community guidelines - Enabled GitHub Discussions as alternative to issues for general questions - Closed and locked existing hate speech issue #30 - Blocked offending user account This creates a multi-layered defense against inappropriate content while maintaining an open, welcoming environment for legitimate contributors.
11 lines
550 B
YAML
11 lines
550 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: GitHub Discussions
|
|
url: https://github.com/wshobson/agents/discussions
|
|
about: For questions, brainstorming, and general discussions about subagents
|
|
- name: Community Guidelines
|
|
url: https://github.com/wshobson/agents/blob/main/.github/CODE_OF_CONDUCT.md
|
|
about: Read our Code of Conduct and community standards
|
|
- name: Contributing Guide
|
|
url: https://github.com/wshobson/agents/blob/main/.github/CONTRIBUTING.md
|
|
about: Learn how to contribute effectively to this project |