generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
187 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,70 @@ | ||
name: Report Bugs | ||
description: Report bugs or errors with the mod. | ||
labels: "bug" | ||
projects: "Provismet/3" | ||
body: | ||
- type: dropdown | ||
id: bug-type | ||
attributes: | ||
label: Type of Error | ||
options: | ||
- Crash | ||
- Incorrect Behaviour | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Description | ||
placeholder: Describe the error here... | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-ver | ||
attributes: | ||
label: Mod Version | ||
placeholder: Affected mod version or versions. Do NOT simply write "latest". | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mc-ver | ||
attributes: | ||
label: Minecraft Version | ||
multiple: true | ||
options: | ||
- 1.20.2 | ||
- 1.20.1 | ||
- 1.20 | ||
- 1.19.4 | ||
- 1.19.3 | ||
- 1.19.2 | ||
- 1.19.1 | ||
- 1.19 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: modloader | ||
attributes: | ||
label: Mod Loader | ||
multiple: true | ||
options: | ||
- Fabric | ||
- Quilt | ||
- Other (specify in desc) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
placeholder: Write steps out here, e.g. in bullet points... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: crash-log | ||
attributes: | ||
label: Crash Log | ||
placeholder: Upload or paste the crash report here (if applicable)... | ||
render: bash |
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,77 @@ | ||
name: Report Incompatibility | ||
description: Report incompatibilities between this mod and other mods / mod loaders. | ||
labels: ["bug", "incompatibility"] | ||
projects: "Provismet/3" | ||
body: | ||
- type: dropdown | ||
id: bug-type | ||
attributes: | ||
label: Type of Error | ||
options: | ||
- Crash | ||
- Incorrect Behaviour | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: mod-list | ||
attributes: | ||
label: Mod List | ||
placeholder: Bullet point list the mods involved in the incompatibility or, if unsure, in your mods folder. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Description | ||
placeholder: Describe the error here... | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-ver | ||
attributes: | ||
label: Mod Version | ||
placeholder: Affected mod version or versions. Do NOT simply write "latest". | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: mc-ver | ||
attributes: | ||
label: Minecraft Version | ||
multiple: true | ||
options: | ||
- 1.20.2 | ||
- 1.20.1 | ||
- 1.20 | ||
- 1.19.4 | ||
- 1.19.3 | ||
- 1.19.2 | ||
- 1.19.1 | ||
- 1.19 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: modloader | ||
attributes: | ||
label: Mod Loader | ||
multiple: true | ||
options: | ||
- Fabric | ||
- Quilt | ||
- Other (specify in desc) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
placeholder: Write steps out here, e.g. in bullet points... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: crash-log | ||
attributes: | ||
label: Crash Log | ||
placeholder: Upload or paste the crash report here (if applicable)... | ||
render: bash |
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,40 @@ | ||
name: VMC Issues | ||
description: Report issues with the VMC implementation of the mod, or the mod not working with certain vtubing software. | ||
labels: "vmc" | ||
projects: "Provismet/3" | ||
body: | ||
- type: dropdown | ||
id: vmc-application | ||
attributes: | ||
label: Application | ||
options: | ||
- Inochi Session | ||
- VSeeFace | ||
- Other (specify in desc) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: describe-bug | ||
attributes: | ||
label: Description | ||
placeholder: Describe the error here... | ||
validations: | ||
required: true | ||
- type: input | ||
id: mod-ver | ||
attributes: | ||
label: Mod Version | ||
placeholder: Affected mod version or versions. Do NOT simply write "latest". | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: modloader | ||
attributes: | ||
label: Mod Loader | ||
multiple: true | ||
options: | ||
- Fabric | ||
- Quilt | ||
- Other (specify in desc) | ||
validations: | ||
required: true |