Move and update rageshake input

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/18429/head
Šimon Brandner 2021-08-13 16:47:49 +02:00
parent 2d77341641
commit 3d25198994
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
2 changed files with 20 additions and 14 deletions

View File

@ -20,6 +20,16 @@ body:
3. More steps…
validations:
required: true
- type: dropdown
id: rageshake
attributes:
label: Have you done a rageshake?
description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers
options:
- "Yes"
- "No"
validations:
required: true
- type: textarea
id: what-happened
attributes:
@ -57,10 +67,3 @@ body:
placeholder: e.g. From https://element.io/get-started
validations:
required: false
- type: checkboxes
id: logs
attributes:
label: Logs
options:
- label: I have sent logs
required: false

View File

@ -20,6 +20,16 @@ body:
3. More steps…
validations:
required: true
- type: dropdown
id: rageshake
attributes:
label: Have you done a rageshake?
description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers
options:
- "Yes"
- "No"
validations:
required: true
- type: textarea
id: what-happened
attributes:
@ -57,10 +67,3 @@ body:
placeholder: e.g. develop.element.io, app.element.io
validations:
required: false
- type: checkboxes
id: logs
attributes:
label: Logs
options:
- label: I have sent logs
required: false