0
0
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:
Trevor Buckner
2022-09-19 10:44:36 -04:00
committed by GitHub
4 changed files with 15 additions and 14 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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: |

View File

@@ -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>