Context
The M8 landing footer has a "Submit a channel" link pointing to:
```
https://github.com/distroinfinity/devdrip/discussions/categories/channel-ideas
```
Currently 404s because Discussions isn't enabled on the repo. Defined in `frontend/components/landing/coming-channels-card.tsx`.
Steps
- Repo Settings → Features → enable Discussions
- Settings → Discussions → New category:
- Name: `Channel ideas`
- Slug: `channel-ideas` (must match — the landing link hardcodes this slug)
- Format: Open-ended discussion (or Ideas, both fine)
- Description: e.g. "Pitch a new Distro TV channel — weather, build status, sports, calendar, deploy logs, whatever fits the ambient slot."
Acceptance
Related
Context
The M8 landing footer has a "Submit a channel" link pointing to:
```
https://github.com/distroinfinity/devdrip/discussions/categories/channel-ideas
```
Currently 404s because Discussions isn't enabled on the repo. Defined in `frontend/components/landing/coming-channels-card.tsx`.
Steps
Acceptance
Related