mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Implement comprehensive content moderation and community protection
- 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.
This commit is contained in:
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user