0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 18:52:38 +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: body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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."
"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 - type: textarea
id: user-request id: user-request
attributes: attributes:
@@ -15,6 +14,7 @@ body:
required: true required: true
- type: checkboxes - type: checkboxes
id: terms id: terms
options: attributes:
- label: I have searched the Issues tracker for any duplicate requests and found none. options:
required: true - label: I have searched the Issues tracker for any duplicate requests and found none.
required: true

View File

@@ -12,8 +12,8 @@ body:
options: options:
- label: Legacy - label: Legacy
- label: v3 - label: v3
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: browser id: browser
attributes: attributes:
@@ -25,8 +25,8 @@ body:
- label: Edge - label: Edge
- label: Safari - label: Safari
- label: other - label: other
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: operating-system id: operating-system
attributes: attributes:
@@ -37,8 +37,8 @@ body:
- label: MacOS - label: MacOS
- label: Linux - label: Linux
- label: other - label: other
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: user-description id: user-description
attributes: attributes:

View File

@@ -1,7 +1,6 @@
name: Saving Issue name: Saving Issue
description: Report an issue Saving description: Report an issue Saving
title: "Save Error: " labels: ["Saving"]
labels: ["saving"]
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -16,6 +15,8 @@ body:
id: user-description id: user-description
attributes: attributes:
label: "Your description of what happened:" label: "Your description of what happened:"
validations:
required: true
- type: markdown - type: markdown
attributes: attributes:
value: | value: |

View File

@@ -322,7 +322,7 @@ const EditPage = createClass({
<div className='errorContainer'> <div className='errorContainer'>
Looks like there was a problem saving. <br /> Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer' 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 here
</a>. </a>.
</div> </div>