Move and update rageshake input
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/18429/head
parent
2d77341641
commit
3d25198994
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue