Commit aeec78b 1 parent 31a7da7 commit aeec78b Copy full SHA for aeec78b
File tree 4 files changed +66
-1
lines changed
4 files changed +66
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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!
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 4
4
5
5
<p align =" center " >
6
6
7
- <a href =" https://discord.gg/sA858vGruu " >
7
+ <a href =" https://discord.gg/JmMf7CEKsx " >
8
8
<img alt="Discord" src="https://img.shields.io/discord/780149719611473930?color=ff8c5a&label=%20&labelColor=525474&logoColor=white&style=for-the-badge&logo=discord">
9
9
</a >
10
10
You can’t perform that action at this time.
0 commit comments