- 更新 issue 模板
This commit is contained in:
EstrellaXD
2022-08-04 18:14:41 +08:00
parent c551aa2fc4
commit 0fd95450cd
3 changed files with 106 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
name: 问题反馈
description: File a bug report
title: "[BUG]:"
title: "[错误报告]"
labels: ["bug"]
body:
- type: markdown
@@ -11,6 +11,8 @@ body:
如果更新到最新版本后仍然有问题,请先查阅 [FAQ](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ)。
确认非上述问题后,请详细描述你所遇到的问题,并附上相应信息。
如果问题已经列在 [FAQ](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ) 中,会直接关闭 issue。
解析器问题请转到[专用模板]()
重命名
- type: input
id: version
attributes:

53
.github/ISSUE_TEMPLATE/parser_bug.yml vendored Normal file
View File

@@ -0,0 +1,53 @@
name: 解析器错误
description: Report parser bug
title: "[解析器错误]"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
描述问题前,请先更新到最新版本。
最新版本: [version](https://img.shields.io/docker/v/estrellaxd/auto_bangumi)
本模板仅限于解析器匹配错误。目前 AB 并不能解析类似 `[1-12]` 这样的合集
- type: input
id: version
attributes:
label: 当前程序版本
description: 遇到问题时程序所在的版本号
validations:
required: true
- type: dropdown
id: language
attributes:
label: 解析器语言设置
description: 你是用那种语言碰到了问题
options:
- 默认zh
- en
- jp
validations:
required: true
- type: dropdown
id: TMDB
attributes:
label: TMDB 解析
description: 是否开启 TMDB 解析
options:
-
-
validations:
required: true
- type: input
id: RawName
attributes:
label: Raw Name
description: 字幕组提供的名称
validations:
required: true
- type: input
id: ErrorName
attributes:
label: Error Name
description: 解析错误的名称,如果出现 `Not Matched` 确实非合集之类的无法解析的名称后再提交 issue
validations:
required: true

50
.github/ISSUE_TEMPLATE/rename_bug.yml vendored Normal file
View File

@@ -0,0 +1,50 @@
name: 重命名错误
description: Report parser bug
title: "[重命名错误]"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
描述问题前,请先更新到最新版本。
最新版本: [version](https://img.shields.io/docker/v/estrellaxd/auto_bangumi)
本模板仅限于重命名错误。目前 AB 并不能重命名合集,或者以文件夹形式下载的番剧,如果出现类似错误请等待版本更新!
- type: input
id: version
attributes:
label: 当前程序版本
description: 遇到问题时程序所在的版本号
validations:
required: true
- type: dropdown
id: language
attributes:
label: 重命名设置
description: 你是用那重命名设置出现问题
options:
- 默认pn
- normal
- advance
validations:
required: true
- type: input
id: RawName
attributes:
label: Raw Name
description: 原本种子的名称
validations:
required: true
- type: input
id: path
attributes:
label: path
description: 种子所在的目录,请以 AB 创建的文件夹为例子,如:`/Lycoris Recoil/Season 1/`,如果没有创建类似的文件夹请参考 [FAQ]() 中的排错指南。
validations:
required: true
- type: input
id: ErrorName
attributes:
label: Error Name
description: 重命名错误的名称
validations:
required: true