diff --git a/.gitea/ISSUE_TEMPLATE/bug.yml b/.gitea/ISSUE_TEMPLATE/bug.yml index 16ea877..8837f36 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yml +++ b/.gitea/ISSUE_TEMPLATE/bug.yml @@ -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 + \ No newline at end of file