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>
12 lines
575 B
YAML
12 lines
575 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: ❓ Questions & Support
|
|
url: https://github.com/alexta69/metube/discussions/categories/q-a
|
|
about: Ask usage and configuration questions in Discussions Q&A — issues are for bugs and feature requests
|
|
- name: 📖 Troubleshooting FAQ
|
|
url: https://github.com/alexta69/metube/wiki/Troubleshooting-FAQ
|
|
about: Common problems and their fixes
|
|
- name: ⬇️ yt-dlp Issues
|
|
url: https://github.com/yt-dlp/yt-dlp/issues
|
|
about: Report issues related to video downloading, authentication, or site support
|