From e10f8982261ccdd047a6617c496dde00935b47aa Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Thu, 4 Aug 2022 18:20:08 +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 | 7 +++---- .github/ISSUE_TEMPLATE/parser_bug.yml | 5 ++--- .github/ISSUE_TEMPLATE/rename_bug.yml | 14 ++++++++++---- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 724f1c3b..430d121d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/parser_bug.yml b/.github/ISSUE_TEMPLATE/parser_bug.yml index c865d9e7..1aaf6c60 100644 --- a/.github/ISSUE_TEMPLATE/parser_bug.yml +++ b/.github/ISSUE_TEMPLATE/parser_bug.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/rename_bug.yml b/.github/ISSUE_TEMPLATE/rename_bug.yml index f1e540d5..da8516ad 100644 --- a/.github/ISSUE_TEMPLATE/rename_bug.yml +++ b/.github/ISSUE_TEMPLATE/rename_bug.yml @@ -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 \ No newline at end of file + required: true + - type: textarea + id: logs + attributes: + label: 发生问题时系统日志 + description: 如果有条件,请打开 Debug 模式复制针对错误命名的日志。 + render: shell \ No newline at end of file