From 0fd95450cd8823bf5c0396d938eab435df392ca6 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Thu, 4 Aug 2022 18:14:41 +0800 Subject: [PATCH] =?UTF-8?q?2.5.23=20-=20=E6=9B=B4=E6=96=B0=20issue=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +- .github/ISSUE_TEMPLATE/parser_bug.yml | 53 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/rename_bug.yml | 50 +++++++++++++++++++++++++ 3 files changed, 106 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/parser_bug.yml create mode 100644 .github/ISSUE_TEMPLATE/rename_bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f1b8362a..724f1c3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/parser_bug.yml b/.github/ISSUE_TEMPLATE/parser_bug.yml new file mode 100644 index 00000000..c865d9e7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/parser_bug.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/rename_bug.yml b/.github/ISSUE_TEMPLATE/rename_bug.yml new file mode 100644 index 00000000..f1e540d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rename_bug.yml @@ -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 \ No newline at end of file