From 24deb56d003928c48c3a99c1e102b8bbb8e16198 Mon Sep 17 00:00:00 2001 From: ousugo Date: Wed, 12 Feb 2025 12:58:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(ISSUE=5FTEMPLATE):=20=E6=B7=BB=E5=8A=A0Iss?= =?UTF-8?q?ue=E6=8F=90=E4=BA=A4=E6=A3=80=E6=9F=A5=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/#0_bug_report.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/#1_feature_request.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/#2_question.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/0_bug_report.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/1_feature_request.yml | 12 ++++++++++++ .github/ISSUE_TEMPLATE/2_question.yml | 12 ++++++++++++ 6 files changed, 72 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/#0_bug_report.yml b/.github/ISSUE_TEMPLATE/#0_bug_report.yml index b3ac3edd..e94faa9b 100644 --- a/.github/ISSUE_TEMPLATE/#0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/#0_bug_report.yml @@ -8,6 +8,18 @@ body: value: | 感谢您花时间填写此错误报告! + - type: checkboxes + id: checklist + attributes: + label: Issue 检查清单 + description: | + 在提交 Issue 前请确保您已经完成了以下所有步骤 + options: + - label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。 + required: true + - label: 正确填写了 Issue 标题。 + required: true + - type: dropdown id: platform attributes: diff --git a/.github/ISSUE_TEMPLATE/#1_feature_request.yml b/.github/ISSUE_TEMPLATE/#1_feature_request.yml index c9cf7620..c7bb05eb 100644 --- a/.github/ISSUE_TEMPLATE/#1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/#1_feature_request.yml @@ -8,6 +8,18 @@ body: value: | 感谢您花时间提出新的功能建议! + - type: checkboxes + id: checklist + attributes: + label: Issue 检查清单 + description: | + 在提交 Issue 前请确保您已经完成了以下所有步骤 + options: + - label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。 + required: true + - label: 正确填写了 Issue 标题。 + required: true + - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/#2_question.yml b/.github/ISSUE_TEMPLATE/#2_question.yml index a533ddee..fedbc4b5 100644 --- a/.github/ISSUE_TEMPLATE/#2_question.yml +++ b/.github/ISSUE_TEMPLATE/#2_question.yml @@ -8,6 +8,18 @@ body: value: | 感谢您的提问!请尽可能详细地描述您的问题,这样我们才能更好地帮助您。 + - type: checkboxes + id: checklist + attributes: + label: Issue 检查清单 + description: | + 在提交 Issue 前请确保您已经完成了以下所有步骤 + options: + - label: 我已经查看了置顶 Issue 并搜索了现有的 Issue,但没有找到类似的问题。 + required: true + - label: 正确填写了 Issue 标题。 + required: true + - type: textarea id: question attributes: diff --git a/.github/ISSUE_TEMPLATE/0_bug_report.yml b/.github/ISSUE_TEMPLATE/0_bug_report.yml index b09b8eb7..268f5a98 100644 --- a/.github/ISSUE_TEMPLATE/0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/0_bug_report.yml @@ -8,6 +8,18 @@ body: value: | Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: checklist + attributes: + label: Issue Checklist + description: | + Before submitting an issue, please make sure you have completed the following steps + options: + - label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar. + required: true + - label: I have filled out the issue title correctly. + required: true + - type: dropdown id: platform attributes: diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index 16b1a749..6fb1ce17 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -8,6 +8,18 @@ body: value: | Thanks for taking the time to suggest a new feature! + - type: checkboxes + id: checklist + attributes: + label: Issue Checklist + description: | + Before submitting an issue, please make sure you have completed the following steps + options: + - label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar. + required: true + - label: I have filled out the issue title correctly. + required: true + - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/2_question.yml b/.github/ISSUE_TEMPLATE/2_question.yml index 08da9c4a..4f66b839 100644 --- a/.github/ISSUE_TEMPLATE/2_question.yml +++ b/.github/ISSUE_TEMPLATE/2_question.yml @@ -8,6 +8,18 @@ body: value: | Thanks for asking a question! Please provide as much detail as possible so we can better assist you. + - type: checkboxes + id: checklist + attributes: + label: Issue Checklist + description: | + Before submitting an issue, please make sure you have completed the following steps + options: + - label: I have viewed the pinned issues and searched existing issues but couldn't find anything similar. + required: true + - label: I have filled out the issue title correctly. + required: true + - type: textarea id: question attributes: