From ff369c7400301467a9af314e6c17b43022810e91 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Tue, 9 Aug 2022 10:00:58 +0600 Subject: [PATCH] docs: bug_report allow mulitple select in dropdowns --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e2e91279..076da9bd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,7 +46,7 @@ body: attributes: label: Operating System description: In which OS you're experiencing the bug? - multiple: false + multiple: true options: - "Android" - "Linux" @@ -72,7 +72,7 @@ body: attributes: label: Installation Source description: How did you install Spotube? - multiple: false + multiple: true options: - "Official Website (spotube.netlify.app)" - "Github Release (Binary)"