ci: update bug issue template

This commit is contained in:
sebthom
2025-06-24 18:07:29 +02:00
parent 267a1ca44d
commit 4d4f3b4093

View File

@@ -51,6 +51,18 @@ body:
validations: validations:
required: true 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 - type: dropdown
id: browsers id: browsers
attributes: attributes:
@@ -60,16 +72,6 @@ body:
- Chrome - Chrome
- Microsoft Edge - 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 - type: textarea
id: logs id: logs
attributes: attributes: