tutanota/.github/ISSUE_TEMPLATE/03-android-bug.yml
2025-11-14 10:50:02 +01:00

49 lines
1.8 KiB
YAML

name: Bug Report (Android app)
description: File a bug report for the issue with the desktop app
labels: ["bug", "android"]
type: bug
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
For issues with F-Droid build please contact F-Droid maintainers or create a [discussion](https://github.com/tutao/tutanota/discussions/).
- type: checkboxes
id: notafeature
attributes:
label: Pre-checks
options:
- label: This is not a feature request. Existing functionality does not work as intended, **not** missing
functionality. I will request features via [discussions](https://github.com/tutao/tutanota/discussions/),
[reddit](https://www.reddit.com/r/tutanota/) or [support](https://tuta.com/support)
required: true
- label: I've searched and did not find a similar issue.
required: true
- label: My report does not have personal or private information like email address or recovery code
required: true
- type: input
attributes:
label: App version
description: Can be found on the bottom of the login screen or in the bottom left corner of Settings -> About
placeholder: "123.456789.10"
validations:
required: true
- type: input
attributes:
label: OS version
placeholder: "123.456789.10"
validations:
required: false
- type: textarea
attributes:
label: What happened?
description: What steps you took and what you expected to happen?
validations:
required: true
- type: textarea
attributes:
label: Other context
description: Any other useful information e.g. special settings, anti-virus
validations:
required: false