From 2aea5e7f87140ece9ca61c75c625529943fb5f11 Mon Sep 17 00:00:00 2001
From: kikuyan <kikuyan@users.noreply.github.com>
Date: Sat, 26 Jun 2021 23:19:43 +0900
Subject: [PATCH] added ISSUE_TEMPLATE_tmpl

---
 .github/ISSUE_TEMPLATE_tmpl/1_broken_site.md | 2 +-
 .github/ISSUE_TEMPLATE_tmpl/4_bug_report.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
index c7600d5b5..6743df643 100644
--- a/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
+++ b/.github/ISSUE_TEMPLATE_tmpl/1_broken_site.md
@@ -39,7 +39,7 @@ Provide the complete verbose output of youtube-dl that clearly demonstrates the
 Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this:
  [debug] System config: []
  [debug] User config: []
- [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
+ [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc']
  [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
  [debug] youtube-dl version %(version)s
  [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2
diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
index 41fb14b72..625cb1121 100644
--- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
+++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.md
@@ -41,7 +41,7 @@ Provide the complete verbose output of youtube-dl that clearly demonstrates the
 Add the `-v` flag to your command line you run youtube-dl with (`youtube-dl -v <your command line>`), copy the WHOLE output and insert it below. It should look similar to this:
  [debug] System config: []
  [debug] User config: []
- [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKcj']
+ [debug] Command-line args: [u'-v', u'http://www.youtube.com/watch?v=BaW_jenozKc']
  [debug] Encodings: locale cp1251, fs mbcs, out cp866, pref cp1251
  [debug] youtube-dl version %(version)s
  [debug] Python version 2.7.11 - Windows-2003Server-5.2.3790-SP2