chore: ask for debug logs in bug template (#7795)

This commit is contained in:
Oliver Nordbjerg
2024-04-22 14:17:59 +02:00
committed by GitHub
parent 31801c7bc5
commit 250da4e449

View File

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