chore: allow multiple OS selection on bug reports (#42854)
This commit is contained in:
parent
514e9bbb04
commit
7dd6d7697d
1 changed files with 2 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -26,7 +26,8 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: What operating system are you using?
|
label: What operating system(s) are you using?
|
||||||
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
|
|
Loading…
Reference in a new issue