From 4e96c26ecbdfd81d9ddffba1eb3a3f1d2a455163 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:54:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=9B=B8=E5=85=B3=E9=93=BE=E6=8E=A5=20?= =?UTF-8?q?[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Bugs_Report.yml | 3 +++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bugs_Report.yml b/.github/ISSUE_TEMPLATE/Bugs_Report.yml index e6ece05c..96cfd1a6 100644 --- a/.github/ISSUE_TEMPLATE/Bugs_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bugs_Report.yml @@ -7,6 +7,7 @@ body: attributes: value: | 请尽可能详细地描述你遇到的问题,以便更好地理解问题所在。 + 反馈前请先阅读[已知问题](https://github.com/HuanCheng65/TiebaLite/discussions/214),避免重复反馈。 反馈前请先搜索是否已有人反馈过相同的问题,如果有请在该问题下留言,不要重复提交。重复提交的问题将会被关闭。 反馈前请先检查是否已经使用最新版本,如果没有请先更新到最新版本再反馈。旧版本的问题将会被关闭。 @@ -16,6 +17,8 @@ body: label: 问题检查清单 description: 请确认你已经完成了以下检查项。 options: + - label: 我已经阅读了[已知问题](https://github.com/HuanCheng65/TiebaLite/discussions/214),并且确认该问题没有被列出。 + required: true - label: 我确认该问题没有被其他人报告过。 required: true - label: 我确认正在使用最新版本。 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..eb975882 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 讨论区 + url: https://github.com/HuanCheng65/TiebaLite/discussions + about: 其他任何问题请在讨论区提出 + - name: 反馈前必读的已知问题 + url: https://github.com/HuanCheng65/TiebaLite/discussions/214 + about: 避免重复反馈 \ No newline at end of file