File tree 3 files changed +60
-37
lines changed
3 files changed +60
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Create a report to help fix an issue.
3
+ labels : ["bug"]
4
+
5
+ body :
6
+ - type : dropdown
7
+ id : platform
8
+ attributes :
9
+ label : Platforms
10
+ description : What platform were you using when the bug occurred?
11
+ multiple : false
12
+ options :
13
+ - Android
14
+ - iOS
15
+ - Mac
16
+ - Windows
17
+ - Linux
18
+ validations :
19
+ required : true
20
+ - type : input
21
+ id : version
22
+ attributes :
23
+ label : Mod Version
24
+ description : What version of the mod are you using?
25
+ placeholder : LATEST IS NOT A VERSION.
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ id : issue
30
+ attributes :
31
+ label : Issue
32
+ description : Explain your issue in detail.
33
+ validations :
34
+ required : true
35
+ - type : textarea
36
+ id : reproduction
37
+ attributes :
38
+ label : Steps to reproduce
39
+ description : How you happened across the issue, and what exactly you did to make the bug happen.
40
+ validations :
41
+ required : true
42
+ - type : textarea
43
+ id : logs
44
+ attributes :
45
+ label : (Crash) logs
46
+ description : Either crash reports from the crash folder, or the file you get when you go into Settings -> Game Data -> Export Crash logs.
47
+ placeholder : REQUIRED if you are reporting a crash.
48
+ validations :
49
+ required : false
50
+ - type : checkboxes
51
+ id : agreements
52
+ attributes :
53
+ label : Submission
54
+ description : Check the boxes to confirm that you have read the lines below.
55
+ options :
56
+ - label : I have updated to the latest release (https://github.com/MEEPofFaith/prog-mats-java/releases) to make sure my issue has not been fixed.
57
+ required : true
58
+ - label : I have searched the closed and open issues to make sure that this problem has not already been reported.
59
+ required : true
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
You can’t perform that action at this time.
0 commit comments