From 438b977f05fda8d4a650f6868bdaa24933263259 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 1 Apr 2022 15:47:18 +0800 Subject: [PATCH] chore: issue template add hints on how to get logs (#1804) Signed-off-by: Ryan Wang --- .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 c4b35434b..4516ec462 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.en.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.en.yml @@ -61,7 +61,7 @@ body: id: logs 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." + description: "Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. The way to get the logs can be found at https://docs.halo.run/user-guide/faq#如何查看运行日志" render: shell - type: textarea id: additional-information diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh.yml b/.github/ISSUE_TEMPLATE/bug_report.zh.yml index 51d5422bf..ef98c38cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.zh.yml @@ -62,7 +62,7 @@ body: id: logs attributes: label: "相关日志输出" - description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。" + description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。获取日志的方法可参考:https://docs.halo.run/user-guide/faq#如何查看运行日志" render: shell - type: textarea id: additional-information