1
- name : " Bug report: Nextcloud Polls"
2
- description : " Submit a report and help us improve Polls"
3
- labels : [" bug" ]
1
+ name : ' Bug report: Nextcloud Polls'
2
+ description : ' Submit a report and help us improve Polls'
3
+ labels : [' bug' ]
4
4
5
5
body :
6
6
- type : markdown
11
11
- type : checkboxes
12
12
id : before-posting
13
13
attributes :
14
- label : " ⚠️ This issue respects the following points: ⚠️"
14
+ label : ' ⚠️ This issue respects the following points: ⚠️'
15
15
description : All conditions are **required**. Your issue can be closed if these are checked incorrectly.
16
16
options :
17
17
- label : This is a **bug**, not a question or a configuration/webserver/proxy issue.
71
71
description : |
72
72
How did you install the Polls version, you are referring to, especially when experiencing update errors
73
73
options :
74
- - " Installed/updated from the appstore (Apps section of your site)"
75
- - " Installed/updated using occ"
76
- - " Installed/updated via extracting downloaded package to the apps folder"
74
+ - ' Installed/updated from the appstore (Apps section of your site)'
75
+ - ' Installed/updated using occ'
76
+ - ' Installed/updated via extracting downloaded package to the apps folder'
77
77
validations :
78
78
required : true
79
79
- type : dropdown
@@ -83,10 +83,10 @@ body:
83
83
description : |
84
84
Was it an update or a first time installation
85
85
options :
86
- - " First time installation"
87
- - " Updated from a minor version within same major version (i.e. 4.0.0 to 4.1.1)"
88
- - " Updated from previous major version (i.e. 3.x.x to 4.x.x)"
89
- - " Updated from a much older version (more than one major version)"
86
+ - ' First time installation'
87
+ - ' Updated from a minor version within same major version (i.e. 4.0.0 to 4.1.1)'
88
+ - ' Updated from previous major version (i.e. 3.x.x to 4.x.x)'
89
+ - ' Updated from a much older version (more than one major version)'
90
90
validations :
91
91
required : true
92
92
- type : input
@@ -111,11 +111,11 @@ body:
111
111
description : |
112
112
Select **all** browsers you used, where the bug appeared.
113
113
options :
114
- - label : " Firefox"
115
- - label : " Chrome"
116
- - label : " Chromium/Chromium based (i.e. Edge)"
117
- - label : " Safari"
118
- - label : " Other/Don't know"
114
+ - label : ' Firefox'
115
+ - label : ' Chrome'
116
+ - label : ' Chromium/Chromium based (i.e. Edge)'
117
+ - label : ' Safari'
118
+ - label : " Other/Don't know"
119
119
- type : input
120
120
id : client-browser-other
121
121
attributes :
@@ -151,11 +151,11 @@ body:
151
151
description : |
152
152
Which Nextcloud Server version are you running.
153
153
options :
154
- - " Nextcloud 27"
155
- - " Nextcloud 28"
156
- - " Nextcloud 29"
157
- - " Nextcloud 30"
158
- - " Nextcloud 31"
154
+ - ' Nextcloud 27'
155
+ - ' Nextcloud 28'
156
+ - ' Nextcloud 29'
157
+ - ' Nextcloud 30'
158
+ - ' Nextcloud 31'
159
159
- " Other/Don't know"
160
160
validations :
161
161
required : true
@@ -172,10 +172,10 @@ body:
172
172
description : |
173
173
Select PHP engine version serving Nextcloud Server.
174
174
options :
175
- - " PHP 8.0"
176
- - " PHP 8.1"
177
- - " PHP 8.2"
178
- - " PHP 8.3"
175
+ - ' PHP 8.0'
176
+ - ' PHP 8.1'
177
+ - ' PHP 8.2'
178
+ - ' PHP 8.3'
179
179
- " Other/Don't know"
180
180
validations :
181
181
required : true
@@ -193,11 +193,11 @@ body:
193
193
description : |
194
194
Select Database engine serving Nextcloud Server.
195
195
options :
196
- - " MySQL"
197
- - " MariaDB"
198
- - " PostgreSQL"
199
- - " SQlite"
200
- - " Oracle"
196
+ - ' MySQL'
197
+ - ' MariaDB'
198
+ - ' PostgreSQL'
199
+ - ' SQlite'
200
+ - ' Oracle'
201
201
- " Other/Don't know"
202
202
validations :
203
203
required : true
@@ -216,10 +216,10 @@ body:
216
216
Select **all** user-backends Enabled on your Nextcloud Server.
217
217
_Describe in the "Additional info" section if you chose "Other"._
218
218
options :
219
- - label : " Default user-backend _(database)_"
220
- - label : " LDAP/ Active Directory"
221
- - label : " SSO - SAML"
222
- - label : " Other/Don't know"
219
+ - label : ' Default user-backend _(database)_'
220
+ - label : ' LDAP/ Active Directory'
221
+ - label : ' SSO - SAML'
222
+ - label : " Other/Don't know"
223
223
224
224
- type : textarea
225
225
id : server-nextcloud-log
0 commit comments