chore: update bug report template to include browser environment as well (#820)
* chore: update bug report template to include browser environment as well * chore: update type to dropdown
This commit is contained in:
parent
c3ffd233a6
commit
81da8715d5
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
9
.github/ISSUE_TEMPLATE/--bug-report.yaml
vendored
|
|
@ -44,6 +44,15 @@ body:
|
||||||
- Deploy preview
|
- Deploy preview
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
type: dropdown
|
||||||
|
id: browser
|
||||||
|
attributes:
|
||||||
|
label: Browser
|
||||||
|
options:
|
||||||
|
- Google Chrome
|
||||||
|
- Mozilla Firefox
|
||||||
|
- Safari
|
||||||
|
- Other
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue