From 53d50142e831746ec9c8585474a916bd46fdd2f5 Mon Sep 17 00:00:00 2001 From: Tom-Oliver Heidel Date: Fri, 18 Sep 2020 16:22:24 +0200 Subject: [PATCH] [skip travis] Update issue templates --- .github/ISSUE_TEMPLATE/1_broken_site.md | 11 +++++++---- .github/ISSUE_TEMPLATE/2_site_support_request.md | 10 ++++++---- .github/ISSUE_TEMPLATE/3_site_feature_request.md | 9 ++++++--- .github/ISSUE_TEMPLATE/4_bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/5_feature_request.md | 6 ++++-- .github/ISSUE_TEMPLATE/6_question.md | 6 ++++-- 6 files changed, 30 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_broken_site.md b/.github/ISSUE_TEMPLATE/1_broken_site.md index e49e0749f..4202b532f 100644 --- a/.github/ISSUE_TEMPLATE/1_broken_site.md +++ b/.github/ISSUE_TEMPLATE/1_broken_site.md @@ -1,7 +1,10 @@ --- name: Broken site support about: Report broken or misfunctioning site -title: '' +title: "[Broken]" +labels: Broken +assignees: '' + --- - [ ] I'm reporting a broken site support -- [ ] I've verified that I'm running youtube-dlc version **2020.09.14** +- [ ] I've verified that I'm running youtube-dlc version **2020.09.16** - [ ] I've checked that all provided URLs are alive and playable in a browser - [ ] I've checked that all URLs and arguments with special characters are properly quoted or escaped - [ ] I've searched the bugtracker for similar issues including closed ones @@ -41,7 +44,7 @@ Add the `-v` flag to your command line you run youtube-dlc with (`youtube-dlc -v [debug] User config: [] [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj'] [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251 - [debug] youtube-dlc version 2020.09.14 + [debug] youtube-dlc version 2020.09.16 [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2 [debug] exe versions: ffmpeg N-75573-g1d0487f, ffprobe N-75573-g1d0487f, rtmpdump 2.4 [debug] Proxy map: {} diff --git a/.github/ISSUE_TEMPLATE/2_site_support_request.md b/.github/ISSUE_TEMPLATE/2_site_support_request.md index 77be9b360..c68a5bb0f 100644 --- a/.github/ISSUE_TEMPLATE/2_site_support_request.md +++ b/.github/ISSUE_TEMPLATE/2_site_support_request.md @@ -1,8 +1,10 @@ --- name: Site support request about: Request support for a new site -title: '' -labels: 'site-support-request' +title: "[Site Request]" +labels: Request +assignees: '' + --- - [ ] I'm reporting a new site support request -- [ ] I've verified that I'm running youtube-dlcc version **2020.09.14** +- [ ] I've verified that I'm running youtube-dlcc version **2020.09.16** - [ ] 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 diff --git a/.github/ISSUE_TEMPLATE/3_site_feature_request.md b/.github/ISSUE_TEMPLATE/3_site_feature_request.md index c1c5aa061..2605e0069 100644 --- a/.github/ISSUE_TEMPLATE/3_site_feature_request.md +++ b/.github/ISSUE_TEMPLATE/3_site_feature_request.md @@ -1,7 +1,10 @@ --- name: Site feature request about: Request a new functionality for a site -title: '' +title: "[Site Request]" +labels: Request +assignees: '' + --- - [ ] I'm reporting a site feature request -- [ ] I've verified that I'm running youtube-dlc version **2020.09.14** +- [ ] I've verified that I'm running youtube-dlc version **2020.09.16** - [ ] I've searched the bugtracker for similar site feature requests including closed ones diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.md b/.github/ISSUE_TEMPLATE/4_bug_report.md index 49a332c96..841d6ae5b 100644 --- a/.github/ISSUE_TEMPLATE/4_bug_report.md +++ b/.github/ISSUE_TEMPLATE/4_bug_report.md @@ -2,6 +2,9 @@ name: Bug report about: Report a bug unrelated to any particular site or extractor title: '' +labels: '' +assignees: '' + ---