diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a7478a89..a493028d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -37,11 +37,13 @@ body: id: os attributes: label: Operating system - description: Which operating system are you using on your computer? + description: Which operating system(s) are you using on your computer? + multiple: true options: - Windows - Linux - macOS + - N/A validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 63dd34b7..cdc54c3b 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -32,11 +32,13 @@ body: id: os attributes: label: Operating system - description: Which operating system are you using on your computer? + description: Which operating system(s) are you using on your computer? + multiple: true options: - Windows - Linux - macOS + - N/A validations: required: true - type: input