From 5dbd94e42ce4b0bc5a32d0f0eeb2c45ad3967a83 Mon Sep 17 00:00:00 2001 From: kr328 Date: Fri, 15 Apr 2022 14:31:10 +0800 Subject: [PATCH] Chore: update issue template --- .github/ISSUE_TEMPLATE/01-bug-report-en.yml | 2 ++ .github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report-en.yml b/.github/ISSUE_TEMPLATE/01-bug-report-en.yml index 3ffd8585..647e1638 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report-en.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report-en.yml @@ -70,6 +70,7 @@ body: - type: textarea id: configure attributes: + render: yml label: "Configure File" description: | Please paste or upload the configuration file here. @@ -84,6 +85,7 @@ body: - type: textarea id: logs attributes: + render: raw label: "Logs" description: | Please paste or upload the log file here. diff --git a/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml b/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml index 98ac09c4..b8259b29 100644 --- a/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml +++ b/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml @@ -70,6 +70,7 @@ body: - type: textarea id: configure attributes: + render: yml label: "配置文件" description: | 请在此粘贴和上传配置文件。 @@ -84,6 +85,7 @@ body: - type: textarea id: logs attributes: + render: raw label: "日志" description: | 请在此粘贴或上传日志。