0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 17:22:45 +00:00

Merge pull request #2367 from Gazook89/github-forms

Add different Issue forms
This commit is contained in:
Trevor Buckner
2022-09-18 17:20:25 -04:00
committed by GitHub
5 changed files with 107 additions and 1 deletions

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?body=${encodeURIComponent(errMsg)}`}>
href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yaml&error-code=${encodeURIComponent(errMsg)}`}>
here
</a>.
</div>