From 21a30a034e8f233f888a8598a8e92e197e40a8ef Mon Sep 17 00:00:00 2001 From: Lorna0 <56920727+Lorna0@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:15:45 +0800 Subject: [PATCH] Update 2bug-report.yaml add input "version" --- .github/ISSUE_TEMPLATE/2bug-report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2bug-report.yaml b/.github/ISSUE_TEMPLATE/2bug-report.yaml index 7443918..450da88 100644 --- a/.github/ISSUE_TEMPLATE/2bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/2bug-report.yaml @@ -16,6 +16,13 @@ body: # Describe the bug validations: required: false +- type: input + id: version + attributes: + label: 版本号 + placeholder: 3.0.0 + validations: + required: true - type: textarea id: Reproduce attributes: