mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-16 16:18:09 +00:00
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
119 lines
4.3 KiB
YAML
119 lines
4.3 KiB
YAML
name: "🐛 Bug Report"
|
|
description: Create a report to help us improve
|
|
title: "[Bug]: "
|
|
labels:
|
|
- "🐛 bug"
|
|
projects:
|
|
- "streamyfin/3"
|
|
|
|
body:
|
|
- type: markdown
|
|
id: introduction
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
Please keep in mind that Streamyfin is a [free and open-source](https://github.com/streamyfin/streamyfin) project maintained entirely by **volunteers** who donate their free time.
|
|
|
|
- type: checkboxes
|
|
id: before-posting
|
|
attributes:
|
|
label: "This issue respects the following points:"
|
|
description: All conditions are **required**. Failure to comply with any of these conditions may cause your issue to be closed without comment.
|
|
options:
|
|
- label: This is a **bug**, not a question or configuration issue; please consult our community channels before filing a report. [Discord](https://discord.streamyfin.app).
|
|
required: true
|
|
- label: This issue is **not** already reported on [GitHub](https://github.com/streamyfin/streamyfin/issues?q=is%3Aissue+is%3Aopen+label%3A"🐛%20bug") *(I've searched it)*.
|
|
required: true
|
|
- label: I'm using an up-to-date version of Streamyfin. We generally do not support older versions. If possible, please update to the latest version before opening an issue.
|
|
required: true
|
|
- label: I agree to follow Streamyfin's [Contribution rules](https://github.com/streamyfin/streamyfin/blob/develop/.github/CONTRIBUTING.md).
|
|
required: true
|
|
- label: This report addresses only a single issue; If you encounter multiple issues, please create separate reports for each one.
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: Describe what happened in detail.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: what-expected
|
|
attributes:
|
|
label: What did you expect to happen?
|
|
description: Tell us what you expected to happen instead.
|
|
placeholder: Describe the expected behavior clearly.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: repro
|
|
attributes:
|
|
label: Reproduction steps
|
|
description: "How do you trigger this bug? Please walk us through it step by step."
|
|
placeholder: |
|
|
1. Open Streamyfin app
|
|
2. Navigate to [specific section]
|
|
3. Tap on [specific item]
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: device
|
|
attributes:
|
|
label: Which device and operating system are you using?
|
|
description: Please provide your device model and OS version
|
|
placeholder: e.g. iPhone 15 Pro, iOS 18.1.1 or Samsung Galaxy S24, Android 14
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Streamyfin Version
|
|
description: What version of Streamyfin are you running?
|
|
options:
|
|
- 0.30.2
|
|
- 0.29.0
|
|
- 0.28.0
|
|
- 0.27.0
|
|
- 0.26.1
|
|
- 0.26.0
|
|
- 0.25.0
|
|
- older
|
|
- TestFlight/Development build
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: jellyfin-info
|
|
attributes:
|
|
label: Jellyfin Server Information
|
|
description: Please provide details about your Jellyfin server
|
|
placeholder: |
|
|
- Jellyfin Server Version: e.g. 10.10.7
|
|
- Server OS: e.g. Ubuntu 22.04, Windows 11, Docker
|
|
- Connection: e.g. Local network, Remote via domain, VPN
|
|
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots or Videos
|
|
description: If applicable, please add screenshots or videos to help explain your problem. You can drag and drop images here or paste them directly into the comment box.
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant logs (if available)
|
|
description: If you have access to app logs or crash reports, please include them here. **Remember to remove any personal information like server URLs or usernames.**
|
|
render: shell
|
|
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional information
|
|
description: Any additional context that might help us understand and reproduce the issue. |