From 7dd6d7697d097363d30fc5a2fe491778b8fd97fa Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 11 Jul 2024 13:23:43 -0700 Subject: [PATCH] chore: allow multiple OS selection on bug reports (#42854) --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 66196fe99ba9..f06cea21e6e0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.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