]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml
[docs] Misc improvements
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 4_bug_report.yml
CommitLineData
c8bc203f 1name: Core bug report
27f817a8 2description: Report a bug unrelated to any particular site or extractor
b69fd25c 3labels: [triage, bug]
27f817a8 4body:
115add43 5 %(no_skip)s
27f817a8
AG
6 - type: checkboxes
7 id: checklist
8 attributes:
9 label: Checklist
10 description: |
11 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
12 options:
13 - label: I'm reporting a bug unrelated to a specific site
14 required: true
a44ca5a4 15 - 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)
27f817a8 16 required: true
24146491 17 - label: I've checked that all provided URLs are playable in a browser with the same IP and same login details
27f817a8 18 required: true
17ffed18 19 - label: I've checked that all URLs and arguments with special characters are [properly quoted or escaped](https://github.com/yt-dlp/yt-dlp/wiki/FAQ#video-url-contains-an-ampersand--and-im-getting-some-strange-output-1-2839-or-v-is-not-recognized-as-an-internal-or-external-command)
27f817a8 20 required: true
a5387729 21 - label: I've searched [known issues](https://github.com/yt-dlp/yt-dlp/issues/3766) and the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues **including closed ones**. DO NOT post duplicates
27f817a8
AG
22 required: true
23 - label: I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
24 required: true
25 - type: textarea
26 id: description
27 attributes:
ca9f1df2 28 label: Provide a description that is worded well enough to be understood
f2df4071 29 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 30 placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible
27f817a8
AG
31 validations:
32 required: true
81bf0943 33 %(verbose)s