Skip to content

Commit

Permalink
Create bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren authored Mar 26, 2024
1 parent 192f98e commit 11e7322
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Bug Report
description: Report a bug
title: "Bug: <the bug summary>"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Before you request a new feature, please make sure you are using the latest version of gtnn and your request does not exist in the open issue list.
- type: textarea
id: details
attributes:
label: Bug description
description: What is the bug? What do you expected it to be?
placeholder: Uh, the game freeze at loading screen after hearing a 'ding' sound.
validations:
required: true
- type: input
id: modpack_version
attributes:
label: Version of GT: New Horizons
placeholder: GTNH-2.5.1
validations:
required: true
- type: input
id: mod_version
attributes:
label: Version of GTNH-NO-NERF!
placeholder: v1.3.1
validations:
required: true
- type: textarea
id: additional_info
attributes:
description: Give us more information about the bug, like game logs, crash reports, or even simply latest.log when the bug happens.
placeholder: "crash-log: https://xxx.com/xxx"
validations:
required: false
- type: markdown
attributes:
value: Make sure you fill the form correctly. **If your information is not enough to address the problem, this issue can be directly closed.**


0 comments on commit 11e7322

Please sign in to comment.