add bug template changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user