From 7f1b50f4a70fe353b8ea5d31ecfd4c751b3f2eb0 Mon Sep 17 00:00:00 2001 From: Georeth Chow Date: Fri, 28 Apr 2023 17:23:00 +0800 Subject: [PATCH] Chore: Fix ISSUE_TEMPLATE (DEBUG -> debug) (#2711) --- .github/ISSUE_TEMPLATE/bug_report_en.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report_zh.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_en.yml b/.github/ISSUE_TEMPLATE/bug_report_en.yml index 2ddf715..a09b8a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_en.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_en.yml @@ -108,7 +108,7 @@ body: attributes: render: Text label: Log - placeholder: "Please attach the corresponding core outout (setting `log-level: DEBUG` in the configuration provides debugging information)." + placeholder: "Please attach the corresponding core outout (setting `log-level: debug` in the configuration provides debugging information)." - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index f0e998e..f96ea3b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -106,7 +106,7 @@ body: attributes: render: Text label: 日志输出 - placeholder: "在这里附上问题对应的内核日志(在配置中设置 `log-level: DEBUG` 可获得调试信息)" + placeholder: "在这里附上问题对应的内核日志(在配置中设置 `log-level: debug` 可获得调试信息)" - type: textarea attributes: