mirror of
https://github.com/alexta69/metube.git
synced 2026-07-23 13:22:48 +00:00
c519f45908
Issue forms: trim prerequisite checkboxes to the two that matter, make the yt-dlp test field explicitly conditional (UI bugs write "UI bug"), lead the feature form with the scope line and the already-decided list, and retire the question template in favor of Discussions Q&A. Discussion forms: rename q-and-a.yml to q-a.yml so it matches the actual category slug (it never applied), add ideas.yml for the category where feature requests actually land, drop configuration-help.yml (no matching category) and the inert config.yml (blank_discussions_enabled is not a GitHub feature), and remove checkboxes from low-stakes discussion forms. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
874 B
YAML
20 lines
874 B
YAML
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Discussion Guidelines
|
|
|
|
This is for general discussions about MeTube. For specific topics, better homes exist:
|
|
- **Bug reports** → [open an issue](https://github.com/alexta69/metube/issues/new?template=bug_report.yml)
|
|
- **Feature requests** → [open an issue](https://github.com/alexta69/metube/issues/new?template=feature_request.yml) or post in [Ideas](https://github.com/alexta69/metube/discussions/categories/ideas)
|
|
- **Questions** → post in [Q&A](https://github.com/alexta69/metube/discussions/categories/q-a)
|
|
|
|
- type: textarea
|
|
id: discussion-topic
|
|
attributes:
|
|
label: Discussion Topic
|
|
description: What would you like to discuss about MeTube?
|
|
placeholder: Please provide a clear topic for discussion
|
|
validations:
|
|
required: true
|