-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Forge bug report | ||
description: Create a report to help us improve the Forge version | ||
labels: ["modloader: Neoforge", "type: 🐛 bug"] | ||
assignees: | ||
- Rakambda | ||
body: | ||
- type: textarea | ||
id: describing | ||
attributes: | ||
label: Describe the bug | ||
description: Describe what happens and what you expected instead | ||
validations: | ||
required: true | ||
- type: input | ||
id: mc-version | ||
attributes: | ||
label: Minecraft version | ||
placeholder: 1.16.5 | ||
validations: | ||
required: true | ||
- type: input | ||
id: neoforge-version | ||
attributes: | ||
label: NeoForge version | ||
placeholder: 20.6.0 | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-version | ||
attributes: | ||
label: Mod version | ||
placeholder: 2.10.0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Configuration | ||
description: Please copy the content of the configuration file `fallingtree.json` | ||
render: json | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
validations: | ||
required: false |
File renamed without changes.