diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-04-27 04:22:35 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-04-27 04:50:47 +0700 |
commit | 6f366ef30ce1432cca58605d1b1533c3e9f8fb0b (patch) | |
tree | 39317b82bc16e337f392b499e1738b9707ca49f8 /.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md | |
parent | 88b547492f5d9440072b0037494402f46aabc810 (diff) | |
download | youtube-dl-6f366ef30ce1432cca58605d1b1533c3e9f8fb0b.tar.gz youtube-dl-6f366ef30ce1432cca58605d1b1533c3e9f8fb0b.tar.bz2 youtube-dl-6f366ef30ce1432cca58605d1b1533c3e9f8fb0b.zip |
Issue template overhaul
Diffstat (limited to '.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md b/.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md new file mode 100644 index 000000000..d4988e639 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2_site_support_request_tmpl.md @@ -0,0 +1,54 @@ +--- +name: Site support request +about: Request support for a new site +title: '' +labels: 'site-support-request' +--- + +<!-- + +###################################################################### + WARNING! + IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE +###################################################################### + +--> + + +## Checklist + +<!-- +Carefully read and work through this check list in order to prevent the most common mistakes and misuse of youtube-dl: +- First of, make sure you are using the latest version of youtube-dl. Run `youtube-dl --version` and ensure your version is %(version)s. If it's not, see https://yt-dl.org/update on how to update. Issues with outdated version will be REJECTED. +- Make sure that all provided video/audio/playlist URLs (if any) are alive and playable in a browser. +- Make sure that site you are requesting is not dedicated to copyright infringement, see https://yt-dl.org/copyright-infringement. youtube-dl does not support such sites. In order for site support request to be accepted all provided example URLs should not violate any copyrights. +- Search the bugtracker for similar site support requests: http://yt-dl.org/search-issues. DO NOT post duplicates. +- Finally, put x into all relevant boxes (like this [x]) +--> + +- [ ] I'm reporting a new site support request +- [ ] I've verified that I'm running youtube-dl version **%(version)s** +- [ ] I've checked that all provided URLs are alive and playable in a browser +- [ ] I've checked that none of provided URLs violate any copyrights +- [ ] I've searched the bugtracker for similar site support requests including closed ones + + +## Example URLs + +<!-- +Provide all kinds of example URLs support for which should be included. Replace following example URLs by yours. +--> + +- Single video: https://www.youtube.com/watch?v=BaW_jenozKc +- Single video: https://youtu.be/BaW_jenozKc +- Playlist: https://www.youtube.com/playlist?list=PL4lCao7KL_QFVb7Iudeipvc2BCavECqzc + + +## Description + +<!-- +Provide any additional information. +If work on your issue requires account credentials please provide them or explain how one can obtain them. +--> + +WRITE DESCRIPTION HERE |