]> jfr.im git - yt-dlp.git/blobdiff - devscripts/make_issue_template.py
[devscripts] Script to generate changelog (#6220)
[yt-dlp.git] / devscripts / make_issue_template.py
index fd964c6c6573e27964aa82b3949638b4afef7f2d..39b95c8da68a58248cc1fca106da838972d091a8 100644 (file)
@@ -24,6 +24,8 @@
       options:
         - label: Run **your** yt-dlp command with **-vU** flag added (`yt-dlp -vU <your command line>`)
           required: true
+        - label: "If using API, add `'verbose': True` to `YoutubeDL` params instead"
+          required: false
         - label: Copy the WHOLE output (starting with `[debug] Command-line config`) and insert it below
           required: true
   - type: textarea
@@ -58,7 +60,7 @@
       label: DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
       description: Fill all fields even if you think it is irrelevant for the issue
       options:
-        - label: I understand that I will be **blocked** if I remove or skip any mandatory\\* field
+        - label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\\* field
           required: true
 '''.strip()