You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mark_task_as_performed('sent to github', persistent=True)
78
+
mark_task_as_performed("sent to github", persistent=True)
79
79
send_to_github = True
80
80
---
81
81
if: |
@@ -162,11 +162,11 @@ fields:
162
162
code: maturity_levels
163
163
show if:
164
164
code: |
165
-
get_config('debug')
165
+
get_config("debug")
166
166
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
167
167
show if:
168
168
code: |
169
-
get_config('debug')
169
+
get_config("debug")
170
170
- label: |
171
171
**Tell us the steps that you followed before you noticed the problem.** [BR]
172
172
For example: 1. I opened the interview. 2. On the first page, I put in just my first name. 3. On the second page, I put in my phone number. 4. I pressed a button to go to the next page.
@@ -213,16 +213,16 @@ fields:
213
213
field: page_title
214
214
show if:
215
215
code: |
216
-
not question_id
216
+
not question_id
217
217
- When should this fix be implemented?: maturity_level
218
218
code: maturity_levels
219
219
show if:
220
220
code: |
221
-
get_config('debug')
221
+
get_config("debug")
222
222
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
223
223
show if:
224
224
code: |
225
-
get_config('debug')
225
+
get_config("debug")
226
226
- label: |
227
227
**What was confusing or missing information? **
228
228
field: confusing_details
@@ -255,7 +255,7 @@ fields:
255
255
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
256
256
show if:
257
257
code: |
258
-
get_config('debug')
258
+
get_config("debug")
259
259
- Other (please specify): user_type
260
260
show if:
261
261
variable: user_type
@@ -276,16 +276,16 @@ fields:
276
276
field: page_title
277
277
show if:
278
278
code: |
279
-
not question_id
279
+
not question_id
280
280
- When should this fix be implemented?: maturity_level
281
281
code: maturity_levels
282
282
show if:
283
283
code: |
284
-
get_config('debug')
284
+
get_config("debug")
285
285
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
286
286
show if:
287
287
code: |
288
-
get_config('debug')
288
+
get_config("debug")
289
289
- label: |
290
290
**What language fix is needed? **
291
291
field: language
@@ -308,16 +308,16 @@ fields:
308
308
field: page_title
309
309
show if:
310
310
code: |
311
-
not question_id
311
+
not question_id
312
312
- When should this fix be implemented?: maturity_level
313
313
code: maturity_levels
314
314
show if:
315
315
code: |
316
-
get_config('debug')
316
+
get_config("debug")
317
317
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
318
318
show if:
319
319
code: |
320
-
get_config('debug')
320
+
get_config("debug")
321
321
- label: |
322
322
**What logic fix is needed? **
323
323
field: logic
@@ -338,11 +338,11 @@ fields:
338
338
code: maturity_levels
339
339
show if:
340
340
code: |
341
-
get_config('debug')
341
+
get_config("debug")
342
342
- Who are you? Just tell us your name or github username, not email. This will be public.: user_contact_info
0 commit comments