0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Add different Issue forms

This commit is contained in:
Gazook89
2022-09-14 21:30:01 -05:00
parent c8742289de
commit 3bae1565b2
4 changed files with 91 additions and 0 deletions

7
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
contact_links:
- name: /r/Homebrewery Subreddit
url: https://www.reddit.com/r/homebrewery
about: The Homebrewery community on Reddit!
- name: Discord of Many Things
url: https://discord.gg/domt
about: "Join the conversation in the #formatting channel on DoMT!"

View File

@@ -0,0 +1,20 @@
name: Feature Request
description: Have an idea to improve the Homebrewery? Let us know!
labels: ["feature request"]
body:
- type: markdown
attributes:
value: |
We'd love to hear your idea! Please be sure to search the current Issues for any duplicate requests.
- type: textarea
id: user-request
attributes:
label: "Your idea:"
description: The best feature requests provide an explanation of the current issue and then an explanation of how it could be improved. Screenshots/images can be pasted right in as well!
validations:
required: true
- type: checkboxes
id: terms
options:
- label: I have searched the Issues tracker for any duplicate requests and found none.
required: true

View File

@@ -0,0 +1,42 @@
name: General Issue
description: Report an issue unrelated to Saving
body:
- type: markdown
attributes:
value: |
Please include as much information as possible.
- type: checkboxes
id: renderer
attributes:
label: Renderer
description: Which renderer does this issue occur on? If you are unsure, you can check the renderer in the Metadata Editor.
options:
- label: Legacy
- label: v3
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: Operating System
description: Which OS were you using when the issue occurred?
options:
- label: Windows
- label: MacOS
- label: Linux
- label: other
validations:
required: true
- type: textarea
id: user-description
attributes:
label: "What happened?"
description: Please include any steps you took leading up to the issue and if you can reproduce it. Let us know what you expected to happen, and what did happen.
validations:
required: true
- type: textarea
id: code
attributes:
label: Code
description: Paste in any relevant code snippet below.
render: gfm

22
.github/ISSUE_TEMPLATE/save_issue.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Saving Issue
description: Report an issue Saving
title: "Save Error: "
labels: ["saving"]
body:
- type: markdown
attributes:
value: |
Woops, sorry there was an issue Saving. Here are some possible quick solutions to try:
1. Refreshing your Google credentials in Homebrewery by signing out, and back in (they expire after one year).
2. Waiting a few minutes and trying again
3. Checking the Issues in Github or the /r/homebrewery subreddit for answers to similar issues
If none of the above helps, please fill out an Issue!
- type: textarea
id: error-code
attributes:
label: Error Code
render: shell
- type: textarea
id: user-description
attributes:
label: "Your description of what happened:"