mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
Merge pull request #2377 from Gazook89/github-forms
GitHub forms tweaks
This commit is contained in:
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -4,8 +4,7 @@ labels: ["feature request"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
"We'd love to hear your idea! Please be sure to [search the current Issues](https://github.com/naturalcrit/homebrewery/issues) for any duplicate requests."
|
||||
value: "We'd love to hear your idea! Please be sure to [search the current Issues](https://github.com/naturalcrit/homebrewery/issues) for any duplicate requests."
|
||||
- type: textarea
|
||||
id: user-request
|
||||
attributes:
|
||||
@@ -15,6 +14,7 @@ body:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
options:
|
||||
- label: I have searched the Issues tracker for any duplicate requests and found none.
|
||||
required: true
|
||||
attributes:
|
||||
options:
|
||||
- label: I have searched the Issues tracker for any duplicate requests and found none.
|
||||
required: true
|
||||
12
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
12
.github/ISSUE_TEMPLATE/general_issue.yml
vendored
@@ -12,8 +12,8 @@ body:
|
||||
options:
|
||||
- label: Legacy
|
||||
- label: v3
|
||||
validations:
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
@@ -25,8 +25,8 @@ body:
|
||||
- label: Edge
|
||||
- label: Safari
|
||||
- label: other
|
||||
validations:
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: operating-system
|
||||
attributes:
|
||||
@@ -37,8 +37,8 @@ body:
|
||||
- label: MacOS
|
||||
- label: Linux
|
||||
- label: other
|
||||
validations:
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: user-description
|
||||
attributes:
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
5
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: Saving Issue
|
||||
description: Report an issue Saving
|
||||
title: "Save Error: "
|
||||
labels: ["saving"]
|
||||
labels: ["Saving"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@@ -16,6 +15,8 @@ body:
|
||||
id: user-description
|
||||
attributes:
|
||||
label: "Your description of what happened:"
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
|
||||
@@ -322,7 +322,7 @@ const EditPage = createClass({
|
||||
<div className='errorContainer'>
|
||||
Looks like there was a problem saving. <br />
|
||||
Report the issue <a target='_blank' rel='noopener noreferrer'
|
||||
href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yaml&error-code=${encodeURIComponent(errMsg)}`}>
|
||||
href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yml&error-code=${encodeURIComponent(errMsg)}`}>
|
||||
here
|
||||
</a>.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user