diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index eb993266b..c7e4ebae4 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -62,6 +62,18 @@ body: - GitLab validations: required: true + - type: dropdown + id: os + attributes: + label: Which Operating System? + description: Please add the architecture in the issue description. If you selected "Others", please specify in the textarea. + options: + - macOS + - Linux + - Windows + - Other + validations: + required: true - type: textarea id: issue attributes: