From 8c6c17c93262dd050237040e6a45595027ca48a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Mon, 30 Oct 2023 15:33:45 -0400 Subject: [PATCH] chore: add a field for the OS for bug reports (#1882) --- .github/ISSUE_TEMPLATE/bugs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: