0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

add browser field

This commit is contained in:
Gazook89
2022-09-18 10:32:50 -05:00
parent 600b92cbce
commit 630ff9d86a

View File

@@ -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:
@@ -16,17 +15,30 @@ body:
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: operating-system id: browser
attributes: attributes:
label: Operating System label: Browser
description: Which OS were you using when the issue occurred? description: Which browser were you using when the issue occurred?
options: options:
- label: Windows - label: Chrome
- label: MacOS - label: Firefox
- label: Linux - label: Edge
- label: other - label: Safari
validations: - label: other
required: true validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: Operating System
description: Which OS were you using when the issue occurred?
options:
- label: Windows
- label: MacOS
- label: Linux
- label: other
validations:
required: true
- type: textarea - type: textarea
id: user-description id: user-description
attributes: attributes: