-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Setup issue templates * try to change order
- Loading branch information
Showing
5 changed files
with
212 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,53 @@ | ||
name: Mod Incompatibility | ||
description: Report an incompatibility with another mod. | ||
title: '[Incompatibility: <NeoForge/Fabric/NeoForge & Fabric>]: Mod Name' | ||
labels: | ||
- mod-incompatibility | ||
- needs-triage | ||
body: | ||
- type: input | ||
id: mc_ver | ||
attributes: | ||
label: Minecraft Version | ||
placeholder: e.g. 1.21.1 or 1.21.2 | ||
validations: | ||
required: true | ||
- type: input | ||
id: moonrise_ver | ||
attributes: | ||
label: Moonrise Version | ||
placeholder: e.g. 0.1.0-beta.6 or Git commit hash | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mod_loader | ||
attributes: | ||
label: Mod Loader | ||
description: >- | ||
The mod loader(s) this conflict happens with. When selecting 'Both' it | ||
is expected you will submit logs for both as well. Be sure to update the | ||
issue title. | ||
options: | ||
- NeoForge | ||
- Fabric | ||
- Both (NeoForge and Fabric) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs_crashes | ||
attributes: | ||
label: Logs and Crash Reports | ||
description: >- | ||
Include links to all relevant logs and crash reports (prefer using | ||
https://gist.github.com/ or https://mclo.gs/). In case this is not | ||
applicable fill in 'N/A' (it is expected you will provide context | ||
below). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: Provide any relevant context, including version of the conflicting mod. | ||
validations: | ||
required: true |
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,55 @@ | ||
name: Bug Report | ||
description: Report a bug or Vanilla behavior parity issue. | ||
title: '[Bug: <NeoForge/Fabric/NeoForge & Fabric>]: Short description' | ||
labels: | ||
- bug | ||
- needs-triage | ||
body: | ||
- type: input | ||
id: mc_ver | ||
attributes: | ||
label: Minecraft Version | ||
placeholder: e.g. 1.21.1 or 1.21.2 | ||
validations: | ||
required: true | ||
- type: input | ||
id: moonrise_ver | ||
attributes: | ||
label: Moonrise Version | ||
placeholder: e.g. 0.1.0-beta.6 or Git commit hash | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mod_loader | ||
attributes: | ||
label: Mod Loader | ||
description: >- | ||
The mod loader(s) this bug happens with. When selecting 'Both' it | ||
is expected you will submit logs for both as well. Be sure to update the | ||
issue title. | ||
options: | ||
- NeoForge | ||
- Fabric | ||
- Both (NeoForge and Fabric) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs_crashes | ||
attributes: | ||
label: Logs and Crash Reports | ||
description: >- | ||
Include links to all relevant logs and crash reports (prefer using | ||
https://gist.github.com/ or https://mclo.gs/). In case this is not | ||
applicable fill in 'N/A' (it is expected you will provide context | ||
below). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: >- | ||
Provide any relevant context, including expected vs. actual behavior, | ||
and reproduction steps. | ||
validations: | ||
required: true |
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,65 @@ | ||
name: Performance Problem | ||
description: Report a performance problem that doesn't fall under the bug category. | ||
title: '[Performance: <NeoForge/Fabric/NeoForge & Fabric>]: Short description' | ||
labels: | ||
- performance | ||
- needs-triage | ||
body: | ||
- type: input | ||
id: mc_ver | ||
attributes: | ||
label: Minecraft Version | ||
placeholder: e.g. 1.21.1, 1.21.2 | ||
validations: | ||
required: true | ||
- type: input | ||
id: moonrise_ver | ||
attributes: | ||
label: Moonrise Version | ||
placeholder: e.g. 0.1.0-beta.6 or Git commit hash | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mod_loader | ||
attributes: | ||
label: Mod Loader | ||
description: >- | ||
The mod loader(s) this bug happens with. When selecting 'Both' it is | ||
expected you have tested both as well. Be sure to update the issue | ||
title. | ||
options: | ||
- NeoForge | ||
- Fabric | ||
- Both (NeoForge and Fabric) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs_crashes | ||
attributes: | ||
label: Logs and Crash Reports | ||
description: >- | ||
Include links to all relevant logs and crash reports (prefer using | ||
https://gist.github.com/ or https://mclo.gs/). In case this is not | ||
applicable fill in 'N/A' (it is expected you will provide context | ||
below). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: profiler | ||
attributes: | ||
label: Profiler Data | ||
description: >- | ||
Provide profiler data showing the problem, from Spark or other tools. In | ||
case this is not applicable fill in 'N/A' (it is expected you will | ||
provide context below). | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Additional Context | ||
description: >- | ||
Provide any relevant context, including reproduction steps, world data, | ||
videos, etc. | ||
validations: | ||
required: true |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discord | ||
url: https://discord.gg/tuinity | ||
about: If you are unsure about something or have general questions, ask in our Discord before opening an issue. |
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,34 @@ | ||
name: Feature Request | ||
description: Request a new feature. | ||
title: '[Feature Request: <NeoForge/Fabric/NeoForge & Fabric>]: Short description' | ||
labels: | ||
- enhancement | ||
- needs-triage | ||
body: | ||
- type: input | ||
id: mc_ver | ||
attributes: | ||
label: Minecraft Version | ||
placeholder: e.g. 1.21.1, 1.21.2 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mod_loader | ||
attributes: | ||
label: Mod Loader | ||
description: The mod loader(s) this feature request is relevant for. | ||
options: | ||
- NeoForge | ||
- Fabric | ||
- Both (NeoForge and Fabric) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Description | ||
description: >- | ||
Describe the feature request in detail, including alternatives | ||
considered. | ||
validations: | ||
required: true |