File tree 10 files changed +160
-63
lines changed
10 files changed +160
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Report of a bug
3
+ title : " [Bug]: "
4
+ assignees : PlatinPython
5
+ labels :
6
+ - bug
7
+ body :
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Is there an existing issue for this?
11
+ description : Please search to see if an issue already exists for the bug you encountered.
12
+ options :
13
+ - label : I have searched the existing issues
14
+ required : true
15
+ - type : input
16
+ attributes :
17
+ label : Minecraft Version
18
+ validations :
19
+ required : true
20
+ - type : input
21
+ attributes :
22
+ label : Forge Version
23
+ - type : input
24
+ attributes :
25
+ label : Mod Version
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ attributes :
30
+ label : Description
31
+ description : A short description of the bug you're encountered.
32
+ validations :
33
+ required : true
34
+ - type : textarea
35
+ attributes :
36
+ label : Steps to reproduce
37
+ description : The steps needed to reproduce the bug.
38
+ validations :
39
+ required : true
40
+ - type : input
41
+ attributes :
42
+ label : A link to the the debug.log, preferably on https://gist.github.com
43
+ - type : textarea
44
+ attributes :
45
+ label : Additional info
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Crash Report
2
+ description : Report of a crash
3
+ title : " [Crash]: "
4
+ assignees : PlatinPython
5
+ labels :
6
+ - crash
7
+ body :
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Is there an existing issue for this?
11
+ description : Please search to see if an issue already exists for the crash you encountered.
12
+ options :
13
+ - label : I have searched the existing issues
14
+ required : true
15
+ - type : input
16
+ attributes :
17
+ label : Minecraft Version
18
+ validations :
19
+ required : true
20
+ - type : input
21
+ attributes :
22
+ label : Forge Version
23
+ - type : input
24
+ attributes :
25
+ label : Mod Version
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ attributes :
30
+ label : Description
31
+ description : A short description of the crash you're encountered.
32
+ validations :
33
+ required : true
34
+ - type : textarea
35
+ attributes :
36
+ label : Steps to reproduce
37
+ description : The steps needed to reproduce the crash.
38
+ validations :
39
+ required : true
40
+ - type : input
41
+ attributes :
42
+ label : A link to the the debug.log, preferably on https://gist.github.com
43
+ validations :
44
+ required : true
45
+ - type : textarea
46
+ attributes :
47
+ label : Additional info
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea/feature
3
+ title : " [Feature]: "
4
+ assignees : PlatinPython
5
+ labels :
6
+ - enhancement
7
+ body :
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Is there an existing issue for this?
11
+ description : Please search to see if an issue already exists for the feature you want.
12
+ options :
13
+ - label : I have searched the existing issues
14
+ required : true
15
+ - type : textarea
16
+ attributes :
17
+ label : Description
18
+ description : A short description of the feature you want.
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ attributes :
23
+ label : Ideas on how to implement it
24
+ description : If you have ideas on how to implement the feature you want.
Original file line number Diff line number Diff line change
1
+ name : Change/Improvement
2
+ description : Suggest a change or improvement to an existing feature
3
+ title : " [Change/Improvement]: "
4
+ assignees : PlatinPython
5
+ labels :
6
+ - enhancement
7
+ body :
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Is there an existing issue for this?
11
+ description : Please search to see if an issue already exists for the change/improvement you want.
12
+ options :
13
+ - label : I have searched the existing issues
14
+ required : true
15
+ - type : textarea
16
+ attributes :
17
+ label : Description
18
+ description : A short description of the change/improvement you want.
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ attributes :
23
+ label : Ideas on how to implement it
24
+ description : If you have ideas on how to implement the change/improvement you want.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Question
2
+ description : If you have a problem that does not fit the other templates
3
+ title : " [Question]: "
4
+ assignees : PlatinPython
5
+ labels :
6
+ - question
7
+ body :
8
+ - type : checkboxes
9
+ attributes :
10
+ label : Is there an existing issue for this?
11
+ description : Please search to see if an issue already exists for the question you have.
12
+ options :
13
+ - label : I have searched the existing issues
14
+ required : true
15
+ - type : textarea
16
+ attributes :
17
+ label : Question
18
+ validations :
19
+ required : true
You can’t perform that action at this time.
0 commit comments