add bug template changes

This commit is contained in:
2025-05-05 08:45:26 +02:00
parent fdc033ea33
commit 29bc63ef09

View File

@@ -1,9 +1,11 @@
name: Bug Report
description: Report a bug in this project
title: "[Bug]: "
labels:
- kind/bug
- triage
- triage/needs triage
body:
- type: textarea
id: bug
attributes:
@@ -29,5 +31,27 @@ body:
label: Additional information
description: |
Add any other context or screenshots about the bug here.
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: dropdown
id: operating-systems
attributes:
label: What operating systems are you seeing the problem on?
multiple: true
options:
- Windows
- macOS
- Linux
- iOS
- Android