mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 11:35:35 +00:00
.github: change issue checkboxes to dropdown
This commit is contained in:
commit
9795fca946
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -29,18 +29,19 @@ body:
|
|||||||
description: If so, what are those changes?
|
description: If so, what are those changes?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
- type: dropdown
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: OS
|
label: OS
|
||||||
description: What OS are you using? You may select more than one.
|
description: What OS are you using? You may select more than one.
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- label: Linux
|
- Linux
|
||||||
- label: macOS
|
- macOS
|
||||||
- label: Windows
|
- Windows
|
||||||
- label: iOS
|
- iOS
|
||||||
- label: Android
|
- Android
|
||||||
- label: Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
|
Loading…
Reference in New Issue
Block a user