Merge pull request #18429 from SimonBrandner/fix/logs-bug

Ask if user has submitted logs in issue forms
pull/18608/head
Kat Gerasimova 2021-08-17 23:33:10 +01:00 committed by GitHub
commit df7cca025a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -57,3 +57,14 @@ body:
placeholder: e.g. From https://element.io/get-started
validations:
required: false
- type: dropdown
id: rageshake
attributes:
label: Have you submitted 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

View File

@ -57,3 +57,14 @@ body:
placeholder: e.g. develop.element.io, app.element.io
validations:
required: false
- type: dropdown
id: rageshake
attributes:
label: Have you submitted a rageshake?
description: |
Did you know that you can send a /rageshake command from the web applicaiton 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