mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
add browser field
This commit is contained in:
38
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
38
.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:
|
||||
@@ -16,17 +15,30 @@ body:
|
||||
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
|
||||
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:
|
||||
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
|
||||
id: user-description
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user