mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-02-02 17:59:58 +08:00
31 lines
907 B
YAML
31 lines
907 B
YAML
name: "错误报告"
|
|
description: 错误报告 / 问题
|
|
title: "[BUG] 请修改标题为您遇到的问题"
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
感谢您花时间填写此错误报告。
|
|
请**务必**确认您的问题无重复,且不是因为您的操作、网络或第三方软件问题。
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: 问题描述(必填)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: 日志(必填)
|
|
description: |
|
|
请复制粘贴错误日志或上传日志文件,(可隐藏隐私字段) 日志访问路径:`打开菜单 -> 控制台 -> 日志`
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: 截图(可选)
|
|
description: |
|
|
请提供相关问题截图。 |