chore: issue template add hints on how to get logs (#1804)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/1811/head
Ryan Wang 2022-04-01 15:47:18 +08:00 committed by GitHub
parent 32f24626b1
commit 438b977f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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