File tree Expand file tree Collapse file tree 1 file changed +72
-3
lines changed Expand file tree Collapse file tree 1 file changed +72
-3
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,37 @@ body:
20
20
attributes :
21
21
label : What happened?
22
22
description : Also tell us, what did you expect to happen?
23
- placeholder : Tell us what you see!
24
- value : " A bug happened!"
23
+ placeholder : Tell us what you are seeing or experiencing.
24
+ value : " A bug was witnessed!"
25
+
25
26
validations :
26
27
required : true
27
28
- type : dropdown
28
29
id : version
29
30
attributes :
30
31
label : Version
31
- description : What version of our software are you running?
32
+ description : What version of AspireUpdate are you running?
32
33
options :
33
34
- 0.5 (Default)
34
35
- Nightly
35
36
default : 0
36
37
validations :
37
38
required : true
39
+
40
+ - type : dropdown
41
+ id : os
42
+ attributes :
43
+ label : ' OS'
44
+ description : ' The operating system you are running on (Linux, Windows, Mac, etc).'
45
+ options :
46
+ - Windows
47
+ - MacOS
48
+ - iOS
49
+ - Android
50
+ - Linux
51
+ - Other
52
+
53
+
38
54
- type : dropdown
39
55
id : browsers
40
56
attributes :
45
61
- Chrome
46
62
- Safari
47
63
- Microsoft Edge
64
+ - Opera
65
+ - Other
66
+
67
+ - type : input
68
+ id : wordpress
69
+ attributes :
70
+ label : ' WordPress'
71
+ description : ' The version of WordPress that your site uses.'
72
+
73
+ - type : input
74
+ id : php
75
+ attributes :
76
+ label : ' PHP'
77
+ description : ' The version of PHP your site runs on.'
78
+
79
+ - type : input
80
+ id : server
81
+ attributes :
82
+ label : ' Server'
83
+ description : ' The server your site runs on (apache, nginx, etc).'
84
+
85
+ - type : input
86
+ id : database
87
+ attributes :
88
+ label : ' Database'
89
+ description : ' The database engine used by your site.'
90
+
91
+ - type : input
92
+ id : theme
93
+ attributes :
94
+ label : ' Theme'
95
+ description : ' The currently active theme.'
96
+
97
+ - type : input
98
+ id : must_use_plugins
99
+ attributes :
100
+ label : ' Must-Use Plugins'
101
+ description : ' A list of Must-Use Plugins.'
102
+
103
+ - type : input
104
+ id : plugins
105
+ attributes :
106
+ label : ' Plugins'
107
+ description : ' A list of active plugins.'
108
+
109
+
48
110
- type : textarea
49
111
id : logs
50
112
attributes :
@@ -57,6 +119,13 @@ body:
57
119
description : Add some screenshots to help explain the problem.
58
120
validations :
59
121
required : false
122
+
123
+ - type : textarea
124
+ id : additional_notes
125
+ attributes :
126
+ label : ' Additional Notes'
127
+ description : ' Any additional details worth mentioning.'
128
+
60
129
- type : checkboxes
61
130
id : terms
62
131
attributes :
You can’t perform that action at this time.
0 commit comments