]> jfr.im git - yt-dlp.git/blob - .github/ISSUE_TEMPLATE_tmpl/5_feature_request.md
Don't create console for subprocesses on Windows (#1261)
[yt-dlp.git] / .github / ISSUE_TEMPLATE_tmpl / 5_feature_request.md
1 ---
2 name: Feature request
3 about: Request a new functionality unrelated to any particular site or extractor
4 title: "[Feature Request] A short description of your feature"
5 labels: ['triage', 'enhancement']
6 assignees: ''
7
8 ---
9
10 <!--
11
12 ######################################################################
13 WARNING!
14 IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
15 ######################################################################
16
17 -->
18
19
20 ## Checklist
21
22 <!--
23 Carefully read and work through this check list in order to prevent the most common mistakes and misuse of yt-dlp:
24 - First of, make sure you are using the latest version of yt-dlp. Run `yt-dlp --version` and ensure your version is %(version)s. If it's not, see https://github.com/yt-dlp/yt-dlp#update on how to update. Issues with outdated version will be REJECTED.
25 - Search the bugtracker for similar feature requests: https://github.com/yt-dlp/yt-dlp/issues. DO NOT post duplicates.
26 - Read "opening an issue" section in CONTRIBUTING.md: https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#opening-an-issue
27 - Finally, put x into all relevant boxes like this [x] (Dont forget to delete the empty space)
28 -->
29
30 - [ ] I'm reporting a feature request
31 - [ ] I've verified that I'm running yt-dlp version **%(version)s**
32 - [ ] I've searched the bugtracker for similar feature requests including closed ones
33 - [ ] I've read the opening an issue section in CONTRIBUTING.md
34 - [ ] I have given an appropriate title to the issue
35
36
37 ## Description
38
39 <!--
40 Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible.
41 -->
42
43 WRITE DESCRIPTION HERE