Files
jellyfin-plugin-metashark/.github/ISSUE_TEMPLATE/bug_report.yml
2023-12-12 06:01:53 +08:00

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.