Skip to content

Commit 9602b07

Browse files
committed
issue template
1 parent dfe3db0 commit 9602b07

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: Bug Report
2+
description: Report an issue with supported versions of Extrabotany
3+
body:
4+
- type: dropdown
5+
id: mod-loader
6+
attributes:
7+
label: Mod Loader
8+
options:
9+
- Forge
10+
- Fabric
11+
- Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
12+
validations:
13+
required: true
14+
- type: input
15+
id: mc-version
16+
attributes:
17+
label: Minecraft Version
18+
placeholder: eg. 1.20.1
19+
validations:
20+
required: true0
21+
- type: input
22+
id: mod-version..00
23+
attributes:
24+
label: Extrabotany version
25+
placeholder: eg. 1.20
26+
validations:
27+
required: true
28+
- type: input
29+
id: modloader-version
30+
attributes:
31+
label: Modloader version
32+
description: |
33+
List the version of the mod loader you are using.
34+
If on Fabric, post the versions of both Fabric Loader and Fabric API.
35+
placeholder: "eg. Forge: 47.1.3 / Fabric: Loader 0.15.6 + API 0.92.1"
36+
validations:
37+
required: true
38+
- type: input
39+
id: modpack
40+
attributes:
41+
label: Modpack info
42+
description: |
43+
If playing a modpack, post the link to it!
44+
- type: input
45+
attributes:
46+
label: "The latest.log file"
47+
description: "Please use a paste site such as [gist](https://gist.github.com/) / [pastebin](https://pastebin.com/) / etc."
48+
validations:
49+
required: true
50+
- type: textarea
51+
attributes:
52+
label: Issue description
53+
placeholder: A description of the issue.
54+
validations:
55+
required: true
56+
- type: textarea
57+
attributes:
58+
label: Steps to reproduce
59+
placeholder: |
60+
1. First step
61+
2. Second step
62+
3. etc...
63+
- type: textarea
64+
attributes:
65+
label: Other information
66+
description: Any other relevant information that is related to this issue, such as other mods and their versions.

0 commit comments

Comments
 (0)