From 7dbb1b51fe685dac1d642fe9d18f22f12cd1973f Mon Sep 17 00:00:00 2001 From: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> Date: Tue, 12 Oct 2021 12:03:43 -0700 Subject: [PATCH] .github: change issue checkboxes to dropdown Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 340a20d8c..b3f5813e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -29,18 +29,19 @@ body: description: If so, what are those changes? validations: required: false - - type: checkboxes + - type: dropdown id: os attributes: label: OS description: What OS are you using? You may select more than one. + multiple: true options: - - label: Linux - - label: macOS - - label: Windows - - label: iOS - - label: Android - - label: Other + - Linux + - macOS + - Windows + - iOS + - Android + - Other validations: required: false - type: input