]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE_tmpl/6_question.yml
[cleanup] Misc cleanup
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 6_question.yml
CommitLineData
27f817a8
AG
1name: Ask question
2description: Ask yt-dlp related question
3labels: [question]
4body:
ca9f1df2 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**!
27f817a8
AG
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:
1890fc63 18 - label: I'm asking a question and **not** reporting a bug or requesting a feature
27f817a8 19 required: true
49a57e70 20 - label: I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
27f817a8 21 required: true
8aa0e7cd 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
ca9f1df2 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
27f817a8 25 required: true
1890fc63 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)
27f817a8
AG
27 required: true
28 - type: textarea
29 id: question
30 attributes:
ca9f1df2 31 label: Please make sure the question is worded well enough to be understood
f2df4071 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)
ca9f1df2 33 placeholder: Provide any additional information and as much context and examples as possible
27f817a8
AG
34 validations:
35 required: true
ca9f1df2 36 %(verbose_optional)s