From cfcc72739bd20341f9804c2aa3d45109c65e620d Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 4 Jun 2023 17:11:37 +0800 Subject: [PATCH 1/3] change: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 30 ++++++++++++++++++++------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 430d121d..1c925eea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,17 +1,31 @@ name: 问题反馈 description: File a bug report -title: "[错误报告]" +title: "[错误报告] 请在此处简单描述你的问题" labels: ["bug"] body: - type: markdown attributes: value: | - 描述问题前,请先更新到最新版本。 - 最新版本: [version](https://img.shields.io/docker/v/estrellaxd/auto_bangumi) - 如果更新到最新版本后仍然有问题,请先查阅 [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) + 描述问题前,请先更新到最新版本。2.5 之前的版本升级请参考 [升级指南](https://github.com/EstrellaXD/Auto_Bangumi/wiki/2.6更新说明#如何从老版本更新的注意事项) + 请确认以下信息,如果你的问题可以直接在文档中找到,那么你的 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: checkboxes + id: ensure + attributes: + label: 确认 + description: 在提交 issue 之前,请确认你已经阅读并确认以下内容 + options: + - label: 我的版本是最新版本,我的版本号与 [version](https://github.com/EstrellaXD/Auto_Bangumi/releases/latest) + required: true + - label: 我已经查阅了[排错流程](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ),确保提出的问题不在其中。 + required: true + - label: 我已经查阅了[已知问题](https://github.com/EstrellaXD/Auto_Bangumi/wiki/常见问题),并确认我的问题不在其中。 + required: true + - label: 我已经[issue](https://github.com/EstrellaXD/Auto_Bangumi/issues)中搜索过,确认我的问题没有被提出过。 + required: true + - label: 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 + required: true - type: input id: version attributes: @@ -43,4 +57,4 @@ body: attributes: label: 发生问题时系统日志 description: 问题出现时,程序运行日志请复制到这里。 - render: shell + render: bash \ No newline at end of file From 92dc7297137e63a189db08aaf401411c5ee377cd Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 4 Jun 2023 17:12:48 +0800 Subject: [PATCH 2/3] change: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- docs/wiki | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1c925eea..e91ccd3c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,13 +16,13 @@ body: label: 确认 description: 在提交 issue 之前,请确认你已经阅读并确认以下内容 options: - - label: 我的版本是最新版本,我的版本号与 [version](https://github.com/EstrellaXD/Auto_Bangumi/releases/latest) + - label: 我的版本是最新版本,我的版本号与 [version](https://github.com/EstrellaXD/Auto_Bangumi/releases/latest) 相同。 required: true - label: 我已经查阅了[排错流程](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ),确保提出的问题不在其中。 required: true - label: 我已经查阅了[已知问题](https://github.com/EstrellaXD/Auto_Bangumi/wiki/常见问题),并确认我的问题不在其中。 required: true - - label: 我已经[issue](https://github.com/EstrellaXD/Auto_Bangumi/issues)中搜索过,确认我的问题没有被提出过。 + - label: 我已经 [issue](https://github.com/EstrellaXD/Auto_Bangumi/issues) 中搜索过,确认我的问题没有被提出过。 required: true - label: 我已经修改标题,将标题中的 描述 替换为我遇到的问题。 required: true diff --git a/docs/wiki b/docs/wiki index 410ddf6b..931b4286 160000 --- a/docs/wiki +++ b/docs/wiki @@ -1 +1 @@ -Subproject commit 410ddf6ba0ef4e949c424c133da3207bf6db99e9 +Subproject commit 931b4286447937e413608e6f911ce6712da862c7 From c079b12ad0526b4e4a8bed323401fbbc18462694 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Sun, 4 Jun 2023 17:29:36 +0800 Subject: [PATCH 3/3] change: update wiki --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e91ccd3c..14514ac3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -18,7 +18,7 @@ body: options: - label: 我的版本是最新版本,我的版本号与 [version](https://github.com/EstrellaXD/Auto_Bangumi/releases/latest) 相同。 required: true - - label: 我已经查阅了[排错流程](https://github.com/EstrellaXD/Auto_Bangumi/wiki/FAQ),确保提出的问题不在其中。 + - label: 我已经查阅了[排错流程](https://github.com/EstrellaXD/Auto_Bangumi/wiki/排错流程),确保提出的问题不在其中。 required: true - label: 我已经查阅了[已知问题](https://github.com/EstrellaXD/Auto_Bangumi/wiki/常见问题),并确认我的问题不在其中。 required: true