From 6cf0e7f1cf21da85986e3e56157c57ef8546f422 Mon Sep 17 00:00:00 2001 From: UUBulb <35923940+uubulb@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:19:26 +0800 Subject: [PATCH] =?UTF-8?q?issue=20template=20=E5=BF=85=E9=A1=BB=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E9=85=8D=E7=BD=AE=20(#913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++++- .github/ISSUE_TEMPLATE/bug_report_zh.yml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2d597be..eb1339d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,7 +26,15 @@ body: - type: textarea attributes: label: To Reproduce - description: Input your configuration and the steps to reproduce the bug here. + description: Input the steps to reproduce the bug here. + value: | +
+ validations: + required: true + - type: textarea + attributes: + label: Configuration + description: Input your configuration here. value: |
validations: diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index 74ed11e..73bf9d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -26,7 +26,15 @@ body: - type: textarea attributes: label: 复现步骤 - description: 在这里输入你的配置信息及复现问题的步骤 + description: 在这里输入复现问题的步骤 + value: | +
+ validations: + required: true + - type: textarea + attributes: + label: 配置信息 + description: 在这里输入你的配置信息 value: |
validations: