|
| 1 | +name: Bug report for Element Web (in browser) |
| 2 | +description: File a bug report if you are using Element in a web browser like Firefox, Chrome, Edge, and so on. |
| 3 | +labels: [T-Defect] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + Please report security issues by email to security@matrix.org |
| 11 | + - type: textarea |
| 12 | + id: reproduction-steps |
| 13 | + attributes: |
| 14 | + label: Steps to reproduce |
| 15 | + description: Please attach screenshots, videos or logs if you can. |
| 16 | + placeholder: Tell us what you see! |
| 17 | + value: | |
| 18 | + 1. Where are you starting? What can you see? |
| 19 | + 2. What do you click? |
| 20 | + 3. More steps… |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: textarea |
| 24 | + id: result |
| 25 | + attributes: |
| 26 | + label: Outcome |
| 27 | + placeholder: Tell us what went wrong |
| 28 | + value: | |
| 29 | + #### What did you expect? |
| 30 | +
|
| 31 | + #### What happened instead? |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + - type: input |
| 35 | + id: os |
| 36 | + attributes: |
| 37 | + label: Operating system |
| 38 | + placeholder: Windows, macOS, Ubuntu, Arch Linux… |
| 39 | + validations: |
| 40 | + required: false |
| 41 | + - type: input |
| 42 | + id: browser |
| 43 | + attributes: |
| 44 | + label: Browser information |
| 45 | + description: Which browser are you using? Which version? |
| 46 | + placeholder: e.g. Chromium Version 92.0.4515.131 |
| 47 | + validations: |
| 48 | + required: false |
| 49 | + - type: input |
| 50 | + id: webapp-url |
| 51 | + attributes: |
| 52 | + label: URL for webapp |
| 53 | + description: Which URL are you using to access the webapp? If a private server, tell us what version of Element Web you are using. |
| 54 | + placeholder: e.g. develop.element.io, app.element.io |
| 55 | + validations: |
| 56 | + required: false |
| 57 | + - type: input |
| 58 | + id: version |
| 59 | + attributes: |
| 60 | + label: Application version |
| 61 | + description: You can find the version information in Settings -> Help & About. |
| 62 | + placeholder: e.g. Element version 1.7.34, olm version 3.2.3 |
| 63 | + validations: |
| 64 | + required: false |
| 65 | + - type: input |
| 66 | + id: homeserver |
| 67 | + attributes: |
| 68 | + label: Homeserver |
| 69 | + description: | |
| 70 | + Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version. |
| 71 | + placeholder: e.g. matrix.org or Synapse 1.50.0rc1 |
| 72 | + validations: |
| 73 | + required: false |
| 74 | + - type: dropdown |
| 75 | + id: rageshake |
| 76 | + attributes: |
| 77 | + label: Will you send logs? |
| 78 | + description: | |
| 79 | + Did you know that you can send a /rageshake command from the web application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers. |
| 80 | + options: |
| 81 | + - "Yes" |
| 82 | + - "No" |
| 83 | + validations: |
| 84 | + required: true |
0 commit comments