From 3b0ee0771316eb33471d322159546645a36640dc Mon Sep 17 00:00:00 2001 From: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:27:36 -0700 Subject: [PATCH] .github: fix checkboxes in bug report Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15085bceb..626a34f0c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,15 +34,14 @@ body: id: os attributes: label: OS - description: What OS are you using? - multiple: true + description: What OS are you using? You may select more than one. options: - - Linux - - macOS - - Windows - - iOS - - Android - - Other + - label: Linux + - label: macOS + - label: Windows + - label: iOS + - label: Android + - label: Other validations: required: false - type: input