mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: ask for more info in GitHub bug issue template (#3246)
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug.yml
vendored
15
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -58,7 +58,20 @@ body:
|
||||
- type: input
|
||||
attributes:
|
||||
label: What version/commit are you on?
|
||||
description: This can be obtained with e.g. `git rev-parse HEAD`
|
||||
description: This can be obtained with `reth --version` or `git rev-parse HEAD` if you've built Reth from source
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What database version are you on?
|
||||
description: This can be obtained with `reth db version`
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
attributes:
|
||||
label: If you've built Reth from source, provide the full command you used
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user