]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE/6_question.yml
[docs] Improve issue templates
[yt-dlp.git] / .github / ISSUE_TEMPLATE / 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
84a251e1 22 - label: I've verified that I'm running yt-dlp version **2022.06.29** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit)
0af80bcf 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
32 description: See [is-the-description-of-the-issue-itself-sufficient](https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient)
33 placeholder: Provide any additional information and as much context and examples as possible
27f817a8
AG
34 validations:
35 required: true
ca9f1df2 36 - type: checkboxes
37 id: verbose
38 attributes:
39 label: Provide verbose output that clearly demonstrates the problem
40 options:
41 - label: Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
42 - label: Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
87e04996 43 - type: textarea
44 id: log
45 attributes:
ca9f1df2 46 label: Complete Verbose Output
87e04996 47 description: |
ca9f1df2 48 It should start like this:
87e04996 49 placeholder: |
ca9f1df2 50 [debug] Command-line config: ['-vU', 'test:youtube']
51 [debug] Portable config "yt-dlp.conf": ['-i']
52 [debug] Encodings: locale cp65001, fs utf-8, pref cp65001, out utf-8, error utf-8, screen utf-8
53 [debug] yt-dlp version 2022.06.29 [9d339c4] (win32_exe)
54 [debug] Python 3.8.10 (CPython 64bit) - Windows-10-10.0.22000-SP0
55 [debug] Checking exe version: ffmpeg -bsfs
56 [debug] Checking exe version: ffprobe -bsfs
57 [debug] exe versions: ffmpeg N-106550-g072101bd52-20220410 (fdk,setts), ffprobe N-106624-g391ce570c8-20220415, phantomjs 2.1.1
58 [debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.06.15, mutagen-1.45.1, sqlite3-2.6.0, websockets-10.3
87e04996 59 [debug] Proxy map: {}
ca9f1df2 60 [debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
61 Latest version: 2022.06.29, Current version: 2022.06.29
62 yt-dlp is up to date (2022.06.29)
87e04996 63 <more lines>
64 render: shell