From 7ed9e6c17eed020e11c727ea57c621ce9f956737 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 2 Jan 2026 16:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E5=A1=AB=E5=86=99=E5=89=8D=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 16 ++++++++-------- .github/ISSUE_TEMPLATE/enhancement.yml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d38964db..95489d1f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -12,6 +12,14 @@ body: - 你所遇到的问题 - 当前使用版本 - 复现流程 + - type: input + id: version + attributes: + label: 当前使用版本 + description: 请填写当前使用版本 + placeholder: 如 Beta v0.9.1,**如果是微软应用商店下载的请注明** + validations: + required: true - type: checkboxes attributes: label: Issue Check @@ -30,14 +38,6 @@ body: placeholder: 请详细描述你所遇到的问题 validations: required: true - - type: input - id: version - attributes: - label: 当前使用版本 - description: 请填写当前使用版本 - placeholder: 如 Beta v0.3.7 - validations: - required: true - type: textarea id: reproduce attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index f03fa47e..707c84f2 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -21,6 +21,14 @@ body: required: false - label: 我阅读过[提问的艺术](https://github.com/betaseeker/How-To-Ask-Questions) required: false + - type: input + id: version + attributes: + label: 当前使用版本 + description: 请填写当前使用版本 + placeholder: 如 Beta v0.9.1,**如果是微软应用商店下载的请注明** + validations: + required: true - type: textarea id: description attributes: @@ -29,14 +37,6 @@ body: placeholder: 请详细描述新功能的内容 validations: required: true - - type: input - id: version - attributes: - label: 当前使用版本 - description: 请填写当前使用版本 - placeholder: 如 Beta v0.3.7 - validations: - required: true - type: textarea id: additional attributes: