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