From 9bda64a273c65390111d18c83edef3c941a87219 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:03:11 +0800 Subject: [PATCH] Update 01-bugReport.yml --- .github/ISSUE_TEMPLATE/01-bugReport.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/01-bugReport.yml b/.github/ISSUE_TEMPLATE/01-bugReport.yml index 1eace2795..8043fc2bb 100644 --- a/.github/ISSUE_TEMPLATE/01-bugReport.yml +++ b/.github/ISSUE_TEMPLATE/01-bugReport.yml @@ -1,5 +1,5 @@ name: BUG提交 / BUG Report -description: 提交BUG / Report bugs to developers +description: Report bugs to developers labels: ["BUG"] body: - type: checkboxes @@ -24,6 +24,11 @@ body: label: 复现步骤 / How to reproduce validations: required: true + - type: checkboxes + attributes: + options: + - label: 已经提交复现所需要的附加资料 / Submit additions related with bugs + required: true - type: textarea attributes: label: 日志提交 / Relevant log output