mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: ask for debug logs in bug template (#7795)
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -36,7 +36,14 @@ body:
|
||||
id: logs
|
||||
attributes:
|
||||
label: Node logs
|
||||
description: If applicable, please provide the node logs leading up to the bug.
|
||||
description: |
|
||||
If applicable, please provide the node logs leading up to the bug.
|
||||
|
||||
**Please also provide debug logs.** By default, these can be found in:
|
||||
|
||||
- `~/.cache/reth/logs` on Linux
|
||||
- `~/Library/Caches/reth/logs` on macOS
|
||||
- `%localAppData%/reth/logs` on Windows
|
||||
render: text
|
||||
validations:
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user