mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add network or chain question to bug template (#7800)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -76,6 +76,13 @@ body:
|
||||
description: This can be obtained with `reth db version`
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: network
|
||||
attributes:
|
||||
label: Which chain / network are you on?
|
||||
description: This is the argument you pass to `reth --chain`. If you are using `--dev`, type in 'dev' here. If you are not running with `--chain` or `--dev` then it is mainnet.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: node-type
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user