From e27590422bf504c6fa360e3ac70bd578b71faa3c Mon Sep 17 00:00:00 2001 From: 18870 Date: Sat, 22 Jan 2022 20:23:31 +0800 Subject: [PATCH] Fix: Log render in issue template --- .github/ISSUE_TEMPLATE/bug_report_cn.yaml | 2 +- .github/ISSUE_TEMPLATE/bug_report_en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.yaml b/.github/ISSUE_TEMPLATE/bug_report_cn.yaml index 37765afb3..798d57aad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_cn.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.yaml @@ -46,7 +46,7 @@ body: attributes: label: 相关 Logs description: 请复制并粘贴任何相关的日志输出。 - render: shell + render: Text validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yaml b/.github/ISSUE_TEMPLATE/bug_report_en.yaml index ee7daf7b8..5f667dd4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_en.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yaml @@ -46,7 +46,7 @@ body: attributes: label: Relevant log output description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell + render: Text validations: required: false - type: textarea