77 lines
2.5 KiB
YAML
Raw Normal View History

2023-02-10 09:11:00 +00:00
name: Bug report for the Element X iOS app
description: Report any issues that you have found with the Element X app. Please [check open issues](https://github.com/element-hq/element-x-ios/issues) first, in case it has already been reported.
2023-02-10 09:11:00 +00:00
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: Outcome
placeholder: Tell us what went wrong
value: |
#### What did you expect?
#### What happened instead?
validations:
required: true
- type: input
id: device
attributes:
label: Your phone model
placeholder: e.g. iPhoneX
validations:
required: false
- type: input
id: os
attributes:
label: Operating system version
placeholder: e.g. iOS14.7.1, under "software version"
validations:
required: false
- type: input
id: version
attributes:
label: Application version
description: You can find the version information in the Settings of Element X.
2023-05-29 17:33:23 +03:00
placeholder: |
e.g. Version: 1.1.1 (48)
2023-02-10 09:11:00 +00:00
validations:
required: false
- type: input
id: homeserver
attributes:
label: Homeserver
description: |
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.
placeholder: e.g. matrix.org or Synapse 1.50.0rc1
validations:
required: false
- type: dropdown
id: rageshake
attributes:
label: Will you send logs?
description: |
2024-09-10 15:07:56 +03:00
You can submit logs for this issue from the login screen or the application settings by chosing `Report a problem`. Describe the issue, mentioning that you have also filed a bug (it's helpful if you can include a link to the bug). Send the report to submit anonymous logs to the developers.
2023-02-10 09:11:00 +00:00
options:
- 'Yes'
- 'No'
validations:
required: true