From 1130fc187c93385e50ecfd2138f42104be46905b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=B7=BC=EF=BC=88piexlmax?= <303176530@qq.com> Date: Wed, 8 Sep 2021 17:31:40 +0800 Subject: [PATCH] Update feature_request.yaml --- .github/ISSUE_TEMPLATE/feature_request.yaml | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b68a852b..529a8ab8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -5,16 +5,16 @@ labels: [feature] assignees: - piexlmax body: -- type: textarea - attributes: - label: 功能描述以及必要性描述 - description: 您觉得此新功能会为框架带来什么便利. - placeholder: | - 1. 首先... - 2. 然后... - validations: - required: true -- type: textarea - attributes: - label: 建议和方案 - description: 您有好的建议或者修改方案可以提供给我们。 + - type: textarea + attributes: + label: 功能描述以及必要性描述 + description: 您觉得此新功能会为框架带来什么便利. + placeholder: | + 1. 首先... + 2. 然后... + validations: + required: true + - type: textarea + attributes: + label: 建议和方案 + description: 您有好的建议或者修改方案可以提供给我们。 -- GitLab