From 4d4f3b409371d9ce443a18d9deccdcbf35535366 Mon Sep 17 00:00:00 2001 From: sebthom Date: Tue, 24 Jun 2025 18:07:29 +0200 Subject: [PATCH] ci: update bug issue template --- .github/ISSUE_TEMPLATE/bug.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index aea81a2..62ca14e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -51,6 +51,18 @@ body: validations: required: true + - type: dropdown + id: operating-system + attributes: + label: 💻 What operating systems are you seeing the problem on? + multiple: true + options: + - Linux + - MacOS + - Windows + validations: + required: true + - type: dropdown id: browsers attributes: @@ -60,16 +72,6 @@ body: - Chrome - Microsoft Edge - - type: dropdown - id: operating-system - attributes: - label: 💻 What operating systems are you seeing the problem on? (if applicable) - multiple: true - options: - - Linux - - MacOS - - Windows - - type: textarea id: logs attributes: