mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-08-06 15:20:34 +08:00

* update versions * add before-posting checkboxes * fix indents 🗿 * add headlines to playback report * add 'other' to playback issue form * fix indent (again) 🗿 * update bug-report issue form * update issue forms * shorten placeholders * adress review * rephrase issue forms
105 lines
3.4 KiB
YAML
105 lines
3.4 KiB
YAML
name: Bug report
|
|
description: Create a bug report
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: checkboxes
|
|
id: before-posting
|
|
attributes:
|
|
label: "This issue respects the following points:"
|
|
description: All conditions are **required**.
|
|
options:
|
|
- label: This issue is **not** already reported on [GitHub](https://github.com/jellyfin/jellyfin-androidtv/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_.
|
|
required: true
|
|
- label: I agree to follow Jellyfin's [Code of Conduct](https://jellyfin.org/docs/general/community-standards.html#code-of-conduct).
|
|
required: true
|
|
- label: This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Bug information
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: |
|
|
A clear and concise description of the bug, including steps to reproduce it and the normally expected behavior.
|
|
You can also attach screenshots or screen recordings to help explain your issue.
|
|
placeholder: |
|
|
1. Go to …
|
|
2. Click on …
|
|
3. Scroll down to …
|
|
4. See error / the app crashes
|
|
|
|
Instead, I expect …
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: |
|
|
Please paste your crash logs here if applicable. You can find these in your servers dashboard under "logs".
|
|
The file name should start with "upload_org.jellyfin.androidtv".
|
|
Make sure that they don't contain any sensitive information like server URL, auth tokens or passwords.
|
|
placeholder: Paste logs…
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Environment
|
|
- type: input
|
|
id: app-version
|
|
attributes:
|
|
label: Application version
|
|
description: The version of the installed Jellyfin Android TV app.
|
|
placeholder: 0.18.2
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: installation-source
|
|
attributes:
|
|
label: Where did you install the app from?
|
|
description: Choose the appropriate app store or installation method.
|
|
options:
|
|
- Google Play Store
|
|
- Amazon Appstore
|
|
- F-Droid
|
|
- Sideloaded APK
|
|
- type: input
|
|
id: device-info
|
|
attributes:
|
|
label: Device information
|
|
description: Manufacturer and model
|
|
placeholder: Nvidia Shield TV Pro (2019), Fire TV Stick HD (2020)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: android-version
|
|
attributes:
|
|
label: Android version
|
|
description: Version of the OS and other information (e.g. custom ROM / OEM skin)
|
|
placeholder: Android 13, Fire OS 7
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: server-version
|
|
attributes:
|
|
label: Jellyfin server version
|
|
description: If on unstable, please specify the commit hash.
|
|
placeholder: 10.10.2
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## Additional
|
|
- type: input
|
|
id: other-sources
|
|
attributes:
|
|
label: Other sources
|
|
description: If this topic has been discussed outside of GitHub, please link it.
|
|
placeholder: https://forum.jellyfin.org/…
|
|
validations:
|
|
required: false
|