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: