mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 09:37:53 +00:00
add browser field
This commit is contained in:
16
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
16
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
@@ -3,8 +3,7 @@ description: Report an issue unrelated to Saving
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please include as much information as possible.
|
||||
value: Please include as much information as possible.
|
||||
- type: checkboxes
|
||||
id: renderer
|
||||
attributes:
|
||||
@@ -15,6 +14,19 @@ body:
|
||||
- label: v3
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: Browser
|
||||
description: Which browser were you using when the issue occurred?
|
||||
options:
|
||||
- label: Chrome
|
||||
- label: Firefox
|
||||
- label: Edge
|
||||
- label: Safari
|
||||
- label: other
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: operating-system
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user