Skip to content

Commit

Permalink
Add issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Nov 5, 2023
1 parent 2f920a8 commit 27f335a
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 0 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/incompat.yml
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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/vmc.yml
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

0 comments on commit 27f335a

Please sign in to comment.