From a3757a2fd94ce30dd79e52ae4e1a8addf52afe80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Mon, 30 Oct 2023 15:25:15 -0400 Subject: [PATCH] chore: add a field for the OS for bug reports We are starting to have more OS specific issues, this will save us time to have the information right away. --- .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 010ec238d..b1709467e 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -61,6 +61,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: