2021-08-24 05:45:41 +08:00
name : Bug report for the Element Android app
2023-02-10 21:39:41 +08:00
description : Report any issues that you have found with the Element app. Please check open issues first, in case it has already been reported.
2021-08-24 05:45:41 +08: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
2021-09-03 17:34:41 +08:00
id : result
2021-08-24 05:45:41 +08:00
attributes :
2021-11-11 16:31:26 +08:00
label : Outcome
2021-08-24 05:45:41 +08:00
placeholder : Tell us what went wrong
2021-09-03 17:34:41 +08:00
value : |
2021-10-05 21:35:34 +08:00
#### What did you expect?
2021-09-03 17:34:41 +08:00
2021-10-05 21:35:34 +08:00
#### What happened instead?
2021-08-24 05:45:41 +08:00
validations :
required : true
- type : input
id : device
attributes :
label : Your phone model
placeholder : e.g. Samsung S6
validations :
required : false
- type : input
id : os
attributes :
label : Operating system version
placeholder : e.g. Android 10.0
validations :
required : false
- type : input
id : version
attributes :
label : Application version and app store
description : You can find the version information in Settings -> Help & About.
placeholder : e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid
validations :
required : false
2021-08-25 20:15:42 +08:00
- type : input
id : homeserver
attributes :
label : Homeserver
2022-01-17 23:30:43 +08:00
description : |
2022-01-25 18:07:57 +08:00
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.
2022-01-17 23:30:43 +08:00
placeholder : e.g. matrix.org or Synapse 1.50.0rc1
2021-08-25 20:15:42 +08:00
validations :
required : false
2021-08-24 05:45:41 +08:00
- type : dropdown
id : rageshake
attributes :
2021-10-12 17:03:41 +08:00
label : Will you send logs?
2021-08-24 05:45:41 +08:00
description : |
2021-10-12 17:03:41 +08:00
Did you know that you can shake your phone to submit logs for this issue? Trigger the defect, then shake your phone and you will see a popup asking if you would like to open the bug report screen. Click YES, and 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.
2021-08-24 05:45:41 +08:00
options :
- 'Yes'
- 'No'
validations :
required : true
2022-05-02 20:40:25 +08:00
- type : dropdown
id : pr
attributes :
label : Are you willing to provide a PR?
description : |
Providing a PR can drastically speed up the process of fixing this bug. Don't worry, it's still OK to answer 'No' :).
options :
- 'Yes'
- 'No'
validations :
required : true