File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
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
+ assignees : [PssbleTrngle]
5
+
6
+ body :
7
+ - type : textarea
8
+ id : what-happened
9
+ attributes :
10
+ label : What happened?
11
+ description : Also tell us, what did you expect to happen?
12
+ placeholder : Tell us what you see!
13
+ validations :
14
+ required : true
15
+
16
+ - type : input
17
+ id : version-version
18
+ attributes :
19
+ label : Mod Version
20
+ validations :
21
+ required : true
22
+
23
+ - type : dropdown
24
+ id : minecraft-version
25
+ attributes :
26
+ label : Minecraft Version
27
+ multiple : false
28
+ options :
29
+ - " 1.21"
30
+ validations :
31
+ required : true
32
+
33
+ - type : textarea
34
+ id : logs
35
+ attributes :
36
+ label : Relevant log output
37
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
38
+ render : Shell
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
+ assignees : [PssbleTrngle]
5
+
6
+ body :
7
+ - type : textarea
8
+ id : idea
9
+ attributes :
10
+ label : Describe the feature you have in mind.
11
+ placeholder : So I was think about...
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : problem-solving
17
+ attributes :
18
+ label : Does this solve a particular problem?
19
+ placeholder : Yes, it balances...
20
+ validations :
21
+ required : false
You can’t perform that action at this time.
0 commit comments