6
6
- type : markdown
7
7
attributes :
8
8
value : " # PLEASE READ THE [CONTRIBUTING GUIDE](https://github.com/FunkinCrew/Funkin/blob/main/docs/CONTRIBUTING.md) BEFORE OPENING ISSUES!"
9
-
9
+
10
10
- type : checkboxes
11
11
attributes :
12
12
label : Issue Checklist
@@ -21,11 +21,13 @@ body:
21
21
label : Platform
22
22
description : Which platform are you playing on?
23
23
options :
24
+ - Android
25
+ - iOS/iPadOS
24
26
- Newgrounds (Web/HTML5)
25
27
- Itch.io (Web/HTML5)
26
- - Itch.io (Downloadable Build) - Windows
27
- - Itch.io (Downloadable Build) - MacOS
28
- - Itch.io (Downloadable Build) - Linux
28
+ - Windows (Downloadable Build)
29
+ - MacOS (Downloadable Build)
30
+ - Linux (Downloadable Build)
29
31
- Compiled from GitHub Source Code
30
32
validations :
31
33
required : true
@@ -42,11 +44,23 @@ body:
42
44
- Safari
43
45
- Other (Specify in Description field)
44
46
47
+ - type : input
48
+ attributes :
49
+ label : Mobile Device Model
50
+ description : (Mobile users only) What mobile device are you playing on?
51
+ placeholder : ex. iPhone 16, Galaxy S25, iPad 11th Gen
52
+
53
+ - type : input
54
+ attributes :
55
+ label : Mobile OS Version
56
+ description : (Mobile users only) What version is your Operating System?
57
+ placeholder : ex. iOS 18.5, Android 15, iPadOS 18.5
58
+
45
59
- type : input
46
60
attributes :
47
61
label : Version
48
- description : Which version are you playing on? The game version is in the bottom left corner of the main menu.
49
- placeholder : ex. 0.6.4
62
+ description : Which version are you playing on? The game version is in the bottom left corner of the main menu.
63
+ placeholder : ex. 0.7.2
50
64
validations :
51
65
required : true
52
66
61
75
- type : textarea
62
76
attributes :
63
77
label : Description
64
- description : Include screenshots or videos of the crash happening. Provide as much detail as you can.
78
+ description : Include screenshots or videos of the crash happening. Provide as much detail as you can.
65
79
placeholder : Describe the crash here...
66
80
validations :
67
81
required : true
77
91
- type : textarea
78
92
attributes :
79
93
label : Crash logs
80
- description : These can be found in the logs folder where Funkin.exe is.
94
+ description : These can be found in the logs folder where Funkin.exe is, or in your mobile device's file explorer .
81
95
placeholder : Upload your logs here...
82
96
validations :
83
97
required : true
0 commit comments