mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Move and update rageshake input
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2d77341641
commit
3d25198994
17
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
17
.github/ISSUE_TEMPLATE/bug-desktop.yml
vendored
@ -20,6 +20,16 @@ body:
|
|||||||
3. More steps…
|
3. More steps…
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
@ -57,10 +67,3 @@ body:
|
|||||||
placeholder: e.g. From https://element.io/get-started
|
placeholder: e.g. From https://element.io/get-started
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Logs
|
|
||||||
options:
|
|
||||||
- label: I have sent logs
|
|
||||||
required: false
|
|
||||||
|
17
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
17
.github/ISSUE_TEMPLATE/bug-web.yml
vendored
@ -20,6 +20,16 @@ body:
|
|||||||
3. More steps…
|
3. More steps…
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
attributes:
|
attributes:
|
||||||
@ -57,10 +67,3 @@ body:
|
|||||||
placeholder: e.g. develop.element.io, app.element.io
|
placeholder: e.g. develop.element.io, app.element.io
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: checkboxes
|
|
||||||
id: logs
|
|
||||||
attributes:
|
|
||||||
label: Logs
|
|
||||||
options:
|
|
||||||
- label: I have sent logs
|
|
||||||
required: false
|
|
||||||
|
Loading…
Reference in New Issue
Block a user