mirror of
https://github.com/alexta69/metube.git
synced 2026-09-21 21:45:04 +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>
24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Quick Resources
|
|
|
|
Your question may already be answered here:
|
|
- **[README](https://github.com/alexta69/metube#readme)** — complete setup and configuration guide
|
|
- **[Troubleshooting FAQ](https://github.com/alexta69/metube/wiki/Troubleshooting-FAQ)** — common problems and their fixes
|
|
- **[YTDL_OPTIONS Cookbook](https://github.com/alexta69/metube/wiki/YTDL_OPTIONS-Cookbook)** — common yt-dlp configurations (notifications, metadata, audio extraction, ...)
|
|
- **[OUTPUT_TEMPLATE Cookbook](https://github.com/alexta69/metube/wiki/OUTPUT_TEMPLATE-Cookbook)** — filename template examples
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Your Question
|
|
description: What would you like to know about MeTube?
|
|
placeholder: |
|
|
What are you trying to achieve?
|
|
What's your current setup (docker-compose / environment variables)?
|
|
What have you tried so far, and what happened (errors, logs)?
|
|
validations:
|
|
required: true
|