From 17bf44c77b73488440d9dd85dd78af69b94024e7 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:09:51 +0800 Subject: [PATCH] Update 01_bug_report.yml --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index 89c30b6..c0e245f 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -44,17 +44,10 @@ body: id: "log" attributes: label: "Log / 日志信息" - description: "Enter the console output error message, taking care to obscure important/private information 控制台输出错误信息,注意隐去重要/隐私信息" - placeholder: Paste the following after the colon at the beginning and end of the log 在日志开始和结束位置粘贴冒号后的内容:``` + description: "Enter the output error message, taking care to obscure important/private information 输出错误信息,注意隐去重要/隐私信息" + placeholder: ``` validations: - required: false - - type: textarea - id: "more" - attributes: - label: "More information / 额外信息" - description: "Optional 可选" - validations: - required: false + required: true - type: checkboxes id: "latest-version" attributes: