.github: change issue checkboxes to dropdown

This commit is contained in:
Maya Kaczorowski 2021-10-12 20:58:33 -07:00 committed by GitHub
commit 9795fca946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 7 deletions

View File

@ -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