Github Issue Templates
This commit is contained in:
parent
00e5a9b85f
commit
40c95d6635
5 changed files with 145 additions and 57 deletions
50
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
50
.github/ISSUE_TEMPLATE/BUG_REPORT.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: "[🐛]: Bug report"
|
||||
description: "Report a bug where something is not working as expected, which does not crash the game."
|
||||
description: "Report a bug where something is not working as expected, but does not crash the game."
|
||||
title: "[🐛]: "
|
||||
labels: [ "Status: Backlog" ]
|
||||
projects: ["TerraFirmaGreg-Team/10"]
|
||||
|
|
@ -10,28 +10,62 @@ body:
|
|||
id: exists
|
||||
attributes:
|
||||
label: "Was this bug reported before?"
|
||||
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
|
||||
description: "Please search OPEN/CLOSED issues before submitting, as the issue may have already been reported/addressed."
|
||||
options:
|
||||
- label: "No, it was not."
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: launcher
|
||||
attributes:
|
||||
label: "Are you using Prism or Curseforge?"
|
||||
description: "Prism and Curseforge are the only supported launchers for TFG. Some others may not work. TLAUNCHER DOES NOT WORK."
|
||||
options:
|
||||
- label: "Yes, I am using Prism or Curseforge."
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: redownload
|
||||
attributes:
|
||||
label: "Have you tried redownloading the pack?"
|
||||
description: "For issues that you are experiencing singularly, redownloading the pack may fix the issue."
|
||||
options:
|
||||
- label: "NA/ Yes, I have tried downloading a new instance."
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: os
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Computer OS
|
||||
description: Write which OS your PC is running on.
|
||||
placeholder: "Example: Windows 10"
|
||||
|
||||
- type: input
|
||||
id: version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Version modpack used"
|
||||
description: "Write which version of the modpack you are using."
|
||||
label: Modpack Version Used
|
||||
description: Write which version of the modpack you are using.
|
||||
placeholder: "Example: 0.1.1"
|
||||
|
||||
- type: input
|
||||
- type: dropdown
|
||||
id: environment
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: Environment
|
||||
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
|
||||
placeholder: "Example: Singleplayer"
|
||||
label: MC Environment
|
||||
options:
|
||||
- "Singleplayer"
|
||||
- "LAN"
|
||||
- "Forge Server"
|
||||
- "Sponge Server"
|
||||
- "Mohist Server"
|
||||
- "E4MC"
|
||||
- "Essential"
|
||||
- "Other"
|
||||
|
||||
- type: dropdown
|
||||
id: world
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue