Browse Source

chore: allow multiple OS selection on bug reports (#42854)

David Sanders 9 months ago
parent
commit
7dd6d7697d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 2 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -26,7 +26,8 @@ body:
     required: true
 - type: dropdown
   attributes:
-    label: What operating system are you using?
+    label: What operating system(s) are you using?
+    multiple: true
     options:
       - Windows
       - macOS