mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 16:49:48 +08:00
2.5.23
- 更新 issue 模板
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -11,8 +11,7 @@ body:
|
||||
如果更新到最新版本后仍然有问题,请先查阅 [FAQ](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ)。
|
||||
确认非上述问题后,请详细描述你所遇到的问题,并附上相应信息。
|
||||
如果问题已经列在 [FAQ](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ) 中,会直接关闭 issue。
|
||||
解析器问题请转到[专用模板]()
|
||||
重命名
|
||||
解析器问题请转到[专用模板](https://github.com/EstrellaXD/Auto_Bangumi/issues/new?assignees=&labels=bug&template=parser_bug.yml&title=%5B解析器错误%5D),重命名问题请到[专用模板](https://github.com/EstrellaXD/Auto_Bangumi/issues/new?assignees=&labels=bug&template=rename_bug.yml&title=%5B重命名错误%5D)
|
||||
- type: input
|
||||
id: version
|
||||
attributes:
|
||||
@@ -26,9 +25,9 @@ body:
|
||||
label: 问题类型
|
||||
description: 你在以下哪个部分碰到了问题
|
||||
options:
|
||||
- RSS 解析器
|
||||
- 改名器
|
||||
- WebUI
|
||||
- 程序运行问题
|
||||
- 其他问题
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/parser_bug.yml
vendored
5
.github/ISSUE_TEMPLATE/parser_bug.yml
vendored
@@ -40,14 +40,13 @@ body:
|
||||
- type: input
|
||||
id: RawName
|
||||
attributes:
|
||||
label: Raw Name
|
||||
description: 字幕组提供的名称
|
||||
label: 字幕组提供的名称
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: ErrorName
|
||||
attributes:
|
||||
label: Error Name
|
||||
label: 错误识别名称
|
||||
description: 解析错误的名称,如果出现 `Not Matched` 确实非合集之类的无法解析的名称后再提交 issue
|
||||
validations:
|
||||
required: true
|
||||
14
.github/ISSUE_TEMPLATE/rename_bug.yml
vendored
14
.github/ISSUE_TEMPLATE/rename_bug.yml
vendored
@@ -30,21 +30,27 @@ body:
|
||||
- type: input
|
||||
id: RawName
|
||||
attributes:
|
||||
label: Raw Name
|
||||
label: 种子名称
|
||||
description: 原本种子的名称
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: path
|
||||
attributes:
|
||||
label: path
|
||||
label: 文件路径
|
||||
description: 种子所在的目录,请以 AB 创建的文件夹为例子,如:`/Lycoris Recoil/Season 1/`,如果没有创建类似的文件夹请参考 [FAQ]() 中的排错指南。
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: ErrorName
|
||||
attributes:
|
||||
label: Error Name
|
||||
label: 错误命名
|
||||
description: 重命名错误的名称
|
||||
validations:
|
||||
required: true
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: 发生问题时系统日志
|
||||
description: 如果有条件,请打开 Debug 模式复制针对错误命名的日志。
|
||||
render: shell
|
||||
Reference in New Issue
Block a user