From 2524bcd966f43c3d85980305ef7566c7ec6ba65a Mon Sep 17 00:00:00 2001 From: devoxin <15076404+devoxin@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:19:58 +0100 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 51e121b..b5e16db 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -33,13 +33,14 @@ body: required: true - type: input attributes: - label: "The search query, URL, playlist ID/URL or video ID/URL that triggered the issue" + label: "The search query/queries, URL(s), playlist ID(s)/URL(s) or video ID(s)/URL(s) that triggered the issue" description: |- If a search query failed to load and threw an error, provide the entire query, including the search prefix if applicable (i.e. "ytsearch:"/"ytmsearch:"). For other identifiers, include the complete, unaltered input. If the error occurred when trying to PLAY a track (separate to LOADING), include the video ID or complete URL. + If you are specifying multiple, please separate each item with a comma (item1, item2, ...) validations: required: true - type: textarea