mirror of https://github.com/Dreamacro/clash.git
Chore: Fix ISSUE_TEMPLATE (DEBUG -> debug) (#2711)
This commit is contained in:
parent
4f5e74dad9
commit
7f1b50f4a7
|
@ -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:
|
||||
|
|
|
@ -106,7 +106,7 @@ body:
|
|||
attributes:
|
||||
render: Text
|
||||
label: 日志输出
|
||||
placeholder: "在这里附上问题对应的内核日志(在配置中设置 `log-level: DEBUG` 可获得调试信息)"
|
||||
placeholder: "在这里附上问题对应的内核日志(在配置中设置 `log-level: debug` 可获得调试信息)"
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
|
Loading…
Reference in New Issue