From d8baba586bf49fbea59be5d0d366aff1ed32a08c Mon Sep 17 00:00:00 2001 From: lixin59 <1453287107@qq.com> Date: Sat, 4 Mar 2023 21:39:26 +0800 Subject: [PATCH] =?UTF-8?q?chore(projects):=20=E4=BF=AE=E5=A4=8Dissue?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 08477b86..92b74d5e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,9 +1,16 @@ name: Bug提交 description: 在使用软件或功能的过程中遇到了错误 title: '[Bug]: ' -labels: [bug?] +labels: [ "bug?" ] body: + - type: markdown + attributes: + value: | + ## 请按照以下要求进行提交 + ### 1. 提交后需要指定标签和截止时间。 + --- + - type: markdown attributes: value: | @@ -13,7 +20,7 @@ body: - type: input id: env-program-ver attributes: - label: 版本 + label: 软件版本 validations: required: true