From aa0d394ef1a0cefb32d4b3375cec4f65efd6f45d Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Sat, 12 Oct 2024 13:26:45 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9Abug=20tpl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/question_request.yaml | 54 ++++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question_request.yaml b/.github/ISSUE_TEMPLATE/question_request.yaml index 3021af7..c311587 100644 --- a/.github/ISSUE_TEMPLATE/question_request.yaml +++ b/.github/ISSUE_TEMPLATE/question_request.yaml @@ -36,30 +36,30 @@ body: validations: required: true -- type: textarea - id: what-happened2 - attributes: - label: 实际行为 - description: 实际是怎么样? - placeholder: 请输入描述! - value: "1.\n2.\n3" - validations: - required: true -- type: textarea - id: what-happened3 - attributes: - label: 原因分析(如果可以) - description: 你可以尝试先分析一下原因? - placeholder: 请输入描述! - value: "1.\n2.\n3" - validations: - required: false -- type: textarea - id: what-happened4 - attributes: - label: 问题重现步骤 - description: 你出现的问题如何重现,必要时请提供材料和截图? - placeholder: 请输入描述! - value: "1.\n2.\n3" - validations: - required: true \ No newline at end of file + - type: textarea + id: what-happened2 + attributes: + label: 实际行为 + description: 实际是怎么样? + placeholder: 请输入描述! + value: "1.\n2.\n3" + validations: + required: true + - type: textarea + id: what-happened3 + attributes: + label: 原因分析(如果可以) + description: 你可以尝试先分析一下原因? + placeholder: 请输入描述! + value: "1.\n2.\n3" + validations: + required: false + - type: textarea + id: what-happened4 + attributes: + label: 问题重现步骤 + description: 你出现的问题如何重现,必要时请提供材料和截图? + placeholder: 请输入描述! + value: "1.\n2.\n3" + validations: + required: true \ No newline at end of file