mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-05 08:52:44 +08:00
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
name: Bug report
|
|
description: Create a report to help us improve
|
|
title: "[Bug] "
|
|
body:
|
|
- type: checkboxes
|
|
id: ensure
|
|
attributes:
|
|
label: Verify steps
|
|
description: Please verify that you've followed these steps
|
|
options:
|
|
- label: Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
|
|
required: true
|
|
|
|
- label: I have read the [Wiki](https://metatube-community.github.io/wiki/), especially the [FAQ](https://metatube-community.github.io/faq/) page.
|
|
required: true
|
|
|
|
- label: I have searched on the [issue tracker](……/) for a related issue.
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: MetaTube Plugin Version
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: MetaTube Server Version
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: What OS are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Windows
|
|
- Linux
|
|
- macOS
|
|
- Other
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: MetaTube Server
|
|
description: Paste the command line parameters or environment below.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Jellyfin/Emby Logs
|
|
description: Paste the Jellyfin/Emby logs below.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: MetaTube Server Logs
|
|
description: Paste the MetaTube server logs below.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: How to Reproduce
|
|
description: Steps to reproduce the behavior, if any.
|