You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,34 @@
1
1
name: Bug Report
2
-
description: Report an issue with supported versions of Botania
2
+
description: Report an issue with supported versions of Botania (Not for help requests!)
3
3
body:
4
4
- type: markdown
5
5
attributes:
6
6
value: |
7
-
Please do not use GitHub issues to post ideas.
8
-
Ideas should be posted on the [Botania forums](https://forum.violetmoon.org/t/botania), or discussed on the [Violet Moon discord](https://discord.gg/SFrYxxD).
7
+
Please do not use GitHub issues to post ideas or request help.
8
+
Ideas should be posted on the [Botania forums](https://forum.violetmoon.org/t/botania), or discussed on the [Violet Moon discord](https://discord.gg/vm).
9
+
The Discord is also the place to request help with compatibility issues first, especially for older Minecraft versions.
9
10
- type: dropdown
10
11
id: modloader
11
12
attributes:
12
13
label: Mod Loader
13
14
options:
14
-
- Forge
15
+
- (Neo)Forge
15
16
- Fabric
16
-
- Both Fabric and Forge (I confirm that I have tested both loaders and will specify both loader versions below)
17
+
- Both Fabric and (Neo)Forge (I confirm that I have tested both loaders and will specify both loader versions below)
17
18
validations:
18
19
required: true
19
20
- type: input
20
21
id: mc-version
21
22
attributes:
22
23
label: Minecraft Version
23
-
placeholder: eg. 1.17.1
24
+
placeholder: eg. 1.20.1
24
25
validations:
25
26
required: true
26
27
- type: input
27
28
id: mod-version
28
29
attributes:
29
30
label: Botania version
30
-
placeholder: eg. 1.16.5-419
31
+
placeholder: eg. 1.20.1-440
31
32
validations:
32
33
required: true
33
34
- type: input
@@ -37,7 +38,7 @@ body:
37
38
description: |
38
39
List the version of the mod loader you are using.
39
40
If on Fabric, post the versions of both Fabric Loader and Fabric API.
0 commit comments