chore: add network or chain question to bug template (#7800)

This commit is contained in:
Dan Cline
2024-04-22 13:38:24 -04:00
committed by GitHub
parent ac29b4b73b
commit a2027c817f

View File

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