From f3b0cf5d3ac1b162739a49d0c2dc070c119c0e28 Mon Sep 17 00:00:00 2001 From: cc <98377878+hicccc77@users.noreply.github.com> Date: Fri, 29 May 2026 20:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 12 +----------- .github/ISSUE_TEMPLATE/docs.yml | 12 +----------- .github/ISSUE_TEMPLATE/enhancement.yml | 18 ++++-------------- .github/ISSUE_TEMPLATE/feature.yml | 16 +++------------- .github/ISSUE_TEMPLATE/question.yml | 12 +----------- 5 files changed, 10 insertions(+), 60 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index c382268..2b4c7a9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -7,21 +7,11 @@ body: attributes: value: | 请提供尽可能详细的信息,帮助我们快速定位和修复问题。 - - type: dropdown - id: duplicate-check - attributes: - label: 是否已有相同问题? - description: 请先搜索现有 Issues - options: - - 是,已有相同问题 - - 否,没有相同问题 - validations: - required: true - type: input id: confirm-unique attributes: label: 确认唯一性 - description: 如果选择了"否",请输入:我已确认没有相同问题出现 + description: 请输入:我已确认没有相同问题出现 placeholder: 我已确认没有相同问题出现 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index ae507d8..e3b9db7 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -7,21 +7,11 @@ body: attributes: value: | 优秀的文档和代码一样重要。感谢你帮助我们完善文档! - - type: dropdown - id: duplicate-check - attributes: - label: 是否已有相同问题? - description: 请先搜索现有 Issues - options: - - 是,已有相同问题 - - 否,没有相同问题 - validations: - required: true - type: input id: confirm-unique attributes: label: 确认唯一性 - description: 如果选择了"否",请输入:我已确认没有相同问题出现 + description: 请输入:我已确认没有相同问题出现 placeholder: 我已确认没有相同问题出现 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index dabd1b1..f37722d 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -7,30 +7,20 @@ body: attributes: value: | 持续优化是项目进步的动力!请告诉我们哪个现有功能可以做得更好。 - - type: dropdown - id: duplicate-check - attributes: - label: 是否已有相同问题? - description: 请先搜索现有 Issues - options: - - 是,已有相同问题 - - 否,没有相同问题 - validations: - required: true - type: input id: confirm-unique attributes: label: 确认唯一性 - description: 如果选择了"否",请输入:我已确认没有相同问题出现 + description: 请输入:我已确认没有相同问题出现 placeholder: 我已确认没有相同问题出现 validations: required: true - type: input id: confirm-beneficial attributes: - label: 你的建议真的有用吗? - description: 请输入:我确认这真的有用 - placeholder: 我确认这真的有用 + label: 确认有益性 + description: 请输入:我确认这真的对应用有益 + placeholder: 我确认这真的对应用有益 validations: required: true - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index a77d90e..216f223 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -7,29 +7,19 @@ body: attributes: value: | 感谢你为项目提供新想法!详细的需求描述能极大提高该功能被采纳的几率。 - - type: dropdown - id: duplicate-check - attributes: - label: 是否已有相同问题? - description: 请先搜索现有 Issues - options: - - 是,已有相同问题 - - 否,没有相同问题 - validations: - required: true - type: input id: confirm-unique attributes: label: 确认唯一性 - description: 如果选择了"否",请输入:我已确认没有相同问题出现 + description: 请输入:我已确认没有相同问题出现 placeholder: 我已确认没有相同问题出现 validations: required: true - type: input id: confirm-useful attributes: - label: 你的建议真的有用吗? - description: 若你确认则输入:我认为这会对大部分人都有用 + label: 确认实用性 + description: 请输入:我认为这会对大部分人都有用 placeholder: 我认为这会对大部分人都有用 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 50effac..43ca2e1 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -7,21 +7,11 @@ body: attributes: value: | 在提问之前,请确保你已经仔细阅读过我们的官方文档。 - - type: dropdown - id: duplicate-check - attributes: - label: 是否已有相同问题? - description: 请先搜索现有 Issues - options: - - 是,已有相同问题 - - 否,没有相同问题 - validations: - required: true - type: input id: confirm-unique attributes: label: 确认唯一性 - description: 如果选择了"否",请输入:我已确认没有相同问题出现 + description: 请输入:我已确认没有相同问题出现 placeholder: 我已确认没有相同问题出现 validations: required: true