Skip to content

Commit aeec78b

Browse files
committed
add issue templates & update discord invite link
1 parent 31a7da7 commit aeec78b

File tree

4 files changed

+66
-1
lines changed

4 files changed

+66
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug Report
2+
description: File a bug report
3+
labels: ["bug"]
4+
5+
body:
6+
- type: textarea
7+
id: what-happened
8+
attributes:
9+
label: What happened?
10+
description: Also tell us, what did you expect to happen?
11+
placeholder: Tell us what you see!
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: version-version
17+
attributes:
18+
label: Mod Version
19+
validations:
20+
required: true
21+
22+
- type: dropdown
23+
id: minecraft-version
24+
attributes:
25+
label: Minecraft Version
26+
multiple: false
27+
options:
28+
- "1.20"
29+
- "1.19"
30+
- "1.18"
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: logs
36+
attributes:
37+
label: Relevant log output
38+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
39+
render: Shell

.github/ISSUE_TEMPLATE/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Discord
5+
url: https://discord.gg/JmMf7CEKsx
6+
about: Any questions? Join the discord server!
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Feature Request
2+
description: Suggest a feature
3+
labels: ["enhancement", "feature", "feature-request"]
4+
5+
body:
6+
- type: textarea
7+
id: idea
8+
attributes:
9+
label: Describe the feature you have in mind.
10+
placeholder: So I was think about...
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: problem-solving
16+
attributes:
17+
label: Does this solve a particular problem?
18+
placeholder: Yes, it balances...
19+
validations:
20+
required: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66

7-
<a href="https://discord.gg/sA858vGruu">
7+
<a href="https://discord.gg/JmMf7CEKsx">
88
<img alt="Discord" src="https://img.shields.io/discord/780149719611473930?color=ff8c5a&label=%20&labelColor=525474&logoColor=white&style=for-the-badge&logo=discord">
99
</a>
1010

0 commit comments

Comments
 (0)