You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.4 KiB
75 lines
2.4 KiB
name: Bug report for Element Web (in browser) |
|
description: File a bug report if you are using Element in a web browser like Firefox, Chrome, Edge, and so on. |
|
labels: [T-Defect] |
|
body: |
|
- type: markdown |
|
attributes: |
|
value: | |
|
Thanks for taking the time to fill out this bug report! |
|
|
|
Please report security issues by email to security@matrix.org |
|
- type: textarea |
|
id: reproduction-steps |
|
attributes: |
|
label: Steps to reproduce |
|
description: Please attach screenshots, videos or logs if you can. |
|
placeholder: Tell us what you see! |
|
value: | |
|
1. Where are you starting? What can you see? |
|
2. What do you click? |
|
3. More steps… |
|
validations: |
|
required: true |
|
- type: textarea |
|
id: result |
|
attributes: |
|
label: What happened? |
|
placeholder: Tell us what went wrong |
|
value: | |
|
### What did you expect? |
|
|
|
### What happened? |
|
validations: |
|
required: true |
|
- type: input |
|
id: os |
|
attributes: |
|
label: Operating system |
|
placeholder: Windows, macOS, Ubuntu, Arch Linux… |
|
validations: |
|
required: false |
|
- type: input |
|
id: browser |
|
attributes: |
|
label: Browser information |
|
description: Which browser are you using? Which version? |
|
placeholder: e.g. Chromium Version 92.0.4515.131 |
|
validations: |
|
required: false |
|
- type: input |
|
id: webapp-url |
|
attributes: |
|
label: URL for webapp |
|
description: Which URL are you using to access the webapp? If a private server, tell us what version of Element Web you are using. |
|
placeholder: e.g. develop.element.io, app.element.io |
|
validations: |
|
required: false |
|
- type: input |
|
id: homeserver |
|
attributes: |
|
label: Homeserver |
|
description: Which server is your account registered on? |
|
placeholder: e.g. matrix.org |
|
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
|
|
|