mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 18:22:40 +00:00
remove labels from dropdowns and add label
This commit is contained in:
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -15,6 +15,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
|
label: "Please confirm:"
|
||||||
options:
|
options:
|
||||||
- label: I have searched the Issues tracker for any duplicate requests and found none.
|
- label: I have searched the Issues tracker for any duplicate requests and found none.
|
||||||
required: true
|
required: true
|
||||||
18
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
18
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
@@ -20,11 +20,11 @@ body:
|
|||||||
label: Browser
|
label: Browser
|
||||||
description: Which browser were you using when the issue occurred?
|
description: Which browser were you using when the issue occurred?
|
||||||
options:
|
options:
|
||||||
- label: Chrome
|
- Chrome
|
||||||
- label: Firefox
|
- Firefox
|
||||||
- label: Edge
|
- Edge
|
||||||
- label: Safari
|
- Safari
|
||||||
- label: other
|
- other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -33,10 +33,10 @@ body:
|
|||||||
label: Operating System
|
label: Operating System
|
||||||
description: Which OS were you using when the issue occurred?
|
description: Which OS were you using when the issue occurred?
|
||||||
options:
|
options:
|
||||||
- label: Windows
|
- Windows
|
||||||
- label: MacOS
|
- MacOS
|
||||||
- label: Linux
|
- Linux
|
||||||
- label: other
|
- other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user