]> jfr.im git - yt-dlp.git/blob - .github/ISSUE_TEMPLATE_tmpl/6_question.yml
[docs] Fix bug report issue template
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 6_question.yml
1 name: Ask question
2 description: Ask yt-dlp related question
3 labels: [question]
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 ### Make sure you are **only** asking a question and not reporting a bug or requesting a feature.
9 If your question contains "isn't working" or "can you add", this is most likely the wrong template.
10 If you are in doubt whether this is the right template, **use another template**!
11 - type: checkboxes
12 id: checklist
13 attributes:
14 label: Checklist
15 description: |
16 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
17 options:
18 - label: I'm asking a question and **not** reporting a bug or requesting a feature
19 required: true
20 - label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
21 required: true
22 - label: I've verified that I'm running yt-dlp version **%(version)s** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
23 required: true
24 - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar questions **including closed ones**. DO NOT post duplicates
25 required: true
26 - label: I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
27 required: true
28 - type: textarea
29 id: question
30 attributes:
31 label: Please make sure the question is worded well enough to be understood
32 description: See [is-the-description-of-the-issue-itself-sufficient](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#is-the-description-of-the-issue-itself-sufficient)
33 placeholder: Provide any additional information and as much context and examples as possible
34 validations:
35 required: true
36 %(verbose_optional)s