]> jfr.im git - yt-dlp.git/blame - .github/ISSUE_TEMPLATE/3_site_feature_request.yml
[cleanup] misc
[yt-dlp.git] / .github / ISSUE_TEMPLATE / 3_site_feature_request.yml
CommitLineData
27f817a8
AG
1name: Site feature request
2description: Request a new functionality for a site
3labels: [triage, site-enhancement]
4body:
5 - type: checkboxes
6 id: checklist
7 attributes:
8 label: Checklist
9 description: |
10 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
11 options:
12 - label: I'm reporting a site feature request
13 required: true
14 - label: I've verified that I'm running yt-dlp version **2021.10.10**. ([update instructions](https://github.com/yt-dlp/yt-dlp#update))
15 required: true
49a57e70 16 - label: I've checked that all provided URLs are alive and playable in a browser
17 required: true
27f817a8
AG
18 - label: I've searched the [bugtracker](https://github.com/yt-dlp/yt-dlp/issues?q=) for similar issues including closed ones. DO NOT post duplicates
19 required: true
20 - label: I've read the [guidelines for opening an issue](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue)
21 required: true
22 - label: I've read about [sharing account credentials](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#are-you-willing-to-share-account-details-if-needed) and I'm willing to share it if required
23 - type: input
24 id: region
25 attributes:
26 label: Region
27 description: "Enter the region the site is accessible from"
28 placeholder: "India"
49a57e70 29 - type: textarea
30 id: example-urls
31 attributes:
32 label: Example URLs
33 description: |
34 Example URLs that can be used to demonstrate the requested feature
35 value: |
36 https://www.youtube.com/watch?v=BaW_jenozKc
37 validations:
38 required: true
27f817a8
AG
39 - type: textarea
40 id: description
41 attributes:
42 label: Description
43 description: |
44 Provide an explanation of your site feature request in an arbitrary form.
45 Please make sure the description is worded well enough to be understood, see [is-the-description-of-the-issue-itself-sufficient](https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient).
46 Provide any additional information, any suggested solutions, and as much context and examples as possible
47 placeholder: WRITE DESCRIPTION HERE
48 validations:
49 required: true