// the find
community/community
Public feedback discussions for: GitHub Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!
This is GitHub's official public feedback repo — not a library or tool, but a structured discussion forum for GitHub product features like Actions, Codespaces, Issues, and Mobile. Developers use it to file feature requests, vote on others' suggestions, and occasionally get responses from GitHub's product team. The 'code' in the repo is mostly GitHub Actions automation for managing the discussions themselves.
The workflow automation is actually worth studying: the Ruby scripts and Actions workflows handle incident discussion lifecycle (open, update, resolve, summarize) in a pattern you could steal for your own community repos. Discussion templates are well-structured YAML with clear category separation, keeping 8000+ threads from becoming noise. The incident management flow (open_incident_discussion.rb, post_incident_summary.rb) is a real operational pattern, not a toy example.
This is not a repo you adopt — there's no library, no package, no deployable artifact. The automation scripts have zero tests and are tightly coupled to GitHub's internal org permissions and secrets. Feature request discussions frequently go unanswered for months or years, which undercuts the premise that feedback leads to shipped features. If you're here hoping to influence GitHub's roadmap, the disclaimer in the README is honest: they owe you nothing and will probably ignore you.