mirror of https://github.com/halo-dev/halo
chore: issue template add hints on how to get logs (#1804)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/1811/head
parent
32f24626b1
commit
438b977f05
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue