From 52581297eac7f5fc499bed3531c5a035cedd4532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E9=98=B3?= Date: Thu, 10 Aug 2023 12:44:38 +0800 Subject: [PATCH] Update bug report issue template, add more checkboxes. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5068d4f..1528928 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -5,12 +5,25 @@ labels: [] body: - type: checkboxes attributes: - label: 是否已有关于该错误的issue? | Is there an existing issue for this? + label: 是否已有关于该错误的issue或discussion? | Is there an existing issue / discussion for this? description: | - 请先搜索您遇到的错误是否在已有的issues中提到过。 - Please search to see if an issue already exists for the bug you encountered. + 请先搜索您遇到的错误是否在已有的issues/discussion中提到过。 + Please search to see if an issue / discussion already exists for the bug you encountered. + + options: - - label: 我已经搜索过已有的issues | I have searched the existing issues + - label: 我已经搜索过已有的issues / discussions | I have searched the existing issues / discussions + required: true + - type: checkboxes + attributes: + label: 该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ? + description: | + 请先搜索您遇到的错误是否已在FAQ中有相关解答。 + Please search to see if an answer already exists in FAQ for the bug you encountered. + + + options: + - label: 我已经搜索过FAQ | I have searched FAQ required: true - type: textarea attributes: