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: