Skip to content

Commit f8cdb44

Browse files
committed
Update GitHub issue templates
1 parent e920bc2 commit f8cdb44

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
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!)
33
body:
44
- type: markdown
55
attributes:
66
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.
910
- type: dropdown
1011
id: modloader
1112
attributes:
1213
label: Mod Loader
1314
options:
14-
- Forge
15+
- (Neo)Forge
1516
- 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)
1718
validations:
1819
required: true
1920
- type: input
2021
id: mc-version
2122
attributes:
2223
label: Minecraft Version
23-
placeholder: eg. 1.17.1
24+
placeholder: eg. 1.20.1
2425
validations:
2526
required: true
2627
- type: input
2728
id: mod-version
2829
attributes:
2930
label: Botania version
30-
placeholder: eg. 1.16.5-419
31+
placeholder: eg. 1.20.1-440
3132
validations:
3233
required: true
3334
- type: input
@@ -37,7 +38,7 @@ body:
3738
description: |
3839
List the version of the mod loader you are using.
3940
If on Fabric, post the versions of both Fabric Loader and Fabric API.
40-
placeholder: "eg. Forge: 36.2.9 / Fabric: Loader 0.10.6 + API 0.42.1"
41+
placeholder: "eg. Forge: 47.1.3 / NeoForge: 21.1.217 / Fabric: Loader 0.18.4 + API 0.92.6"
4142
validations:
4243
required: true
4344
- type: input

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Vazkii's Mods Discord
4-
url: https://discord.com/invite/SFrYxxD
3+
- name: Violet Moon Discord
4+
url: https://discord.gg/vm
55
about: Join our Discord for support, questions, discussion.
66
- name: Botania Forums
77
url: https://forum.violetmoon.org/t/botania

0 commit comments

Comments
 (0)