From d60e2f456994bd50f48c3980ff3162068dbaeea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Sat, 21 Oct 2023 03:02:13 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20=E5=8A=9F=E8=83=BD=E8=AF=B7?= =?UTF-8?q?=E6=B1=82.yml"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 16d4d62c24b054f3b3ca92d58d8e108871658462. --- ...7\350\203\275\350\257\267\346\261\202.yml" | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.yml" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.yml" index 8c48ce6c..eb532731 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.yml" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275\350\257\267\346\261\202.yml" @@ -1,33 +1,33 @@ -name: 功能请求 -description: 为这个项目提出一个想法 +name: "功能请求" +description: "为这个项目提出一个想法" title: "features: " labels: [enhancement] body: - type: input id: describe attributes: - label: 您的功能请求是否与问题有关?请描述。 - placeholder: 对问题所在的清晰简洁的描述。当 [...] + label: "您的功能请求是否与问题有关?请描述。" + placeholder: "对问题所在的清晰简洁的描述。当 [...]" validations: required: true - type: textarea id: solution attributes: - label: 描述您想要的解决方案 - placeholder: 清晰简洁地描述您想要发生的事情。 + label: "描述您想要的解决方案" + placeholder: "清晰简洁地描述您想要发生的事情。" validations: required: false - type: textarea id: alternatives attributes: - label: 描述您考虑过的替代方案 - description: 对您考虑过的任何替代解决方案或功能进行清晰简洁的描述。 + label: "描述您考虑过的替代方案 " + description: "对您考虑过的任何替代解决方案或功能进行清晰简洁的描述。" validations: required: false - type: textarea id: additional attributes: - label: 附加上下文 - description: 在此处添加有关功能请求的任何其他上下文或屏幕截图。 + label: "附加上下文" + description: "在此处添加有关功能请求的任何其他上下文或屏幕截图。" validations: required: true