mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 16:52:39 +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:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: Please include as much information as possible.
|
||||||
Please include as much information as possible.
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: renderer
|
id: renderer
|
||||||
attributes:
|
attributes:
|
||||||
@@ -15,6 +14,19 @@ body:
|
|||||||
- label: v3
|
- label: v3
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: dropdown
|
||||||
id: operating-system
|
id: operating-system
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user