Browse Source

.github: change issue checkboxes to dropdown

Signed-off-by: Maya Kaczorowski <[email protected]>
Maya Kaczorowski 4 years ago
parent
commit
7dbb1b51fe
1 changed files with 8 additions and 7 deletions
  1. 8 7
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 8 - 7
.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