File tree 3 files changed +59
-37
lines changed
3 files changed +59
-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
+ - Mac
15
+ - Windows
16
+ - Linux
17
+ validations :
18
+ required : true
19
+ - type : input
20
+ id : version
21
+ attributes :
22
+ label : Mod Version
23
+ description : What version of the mod are you using?
24
+ placeholder : LATEST IS NOT A VERSION.
25
+ validations :
26
+ required : true
27
+ - type : textarea
28
+ id : issue
29
+ attributes :
30
+ label : Issue
31
+ description : Explain your issue in detail.
32
+ validations :
33
+ required : true
34
+ - type : textarea
35
+ id : reproduction
36
+ attributes :
37
+ label : Steps to reproduce
38
+ description : How you happened across the issue, and what exactly you did to make the bug happen.
39
+ validations :
40
+ required : true
41
+ - type : textarea
42
+ id : logs
43
+ attributes :
44
+ label : (Crash) logs
45
+ description : Either crash reports from the crash folder, or the file you get when you go into Settings -> Game Data -> Export Crash logs.
46
+ placeholder : REQUIRED if you are reporting a crash.
47
+ validations :
48
+ required : false
49
+ - type : checkboxes
50
+ id : agreements
51
+ attributes :
52
+ label : Submission
53
+ description : Check the boxes to confirm that you have read the lines below.
54
+ options :
55
+ - label : I have updated to the latest release (https://github.com/MEEPofFaith/extra-sand-redux/releases) to make sure my issue has not been fixed.
56
+ required : true
57
+ - label : I have searched the closed and open issues to make sure that this problem has not already been reported.
58
+ 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