mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: add network or chain question to bug template (#7800)
This commit is contained in:
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
13
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -6,7 +6,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible.
|
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible.
|
||||||
|
|
||||||
If you believe you have found a vulnerability, please provide details [here](mailto:georgios@paradigm.xyz) instead.
|
If you believe you have found a vulnerability, please provide details [here](mailto:georgios@paradigm.xyz) instead.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
@ -14,7 +14,7 @@ body:
|
|||||||
label: Describe the bug
|
label: Describe the bug
|
||||||
description: |
|
description: |
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
If the bug is in a crate you are using (i.e. you are not running the standard `reth` binary) please mention that as well.
|
If the bug is in a crate you are using (i.e. you are not running the standard `reth` binary) please mention that as well.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -25,7 +25,7 @@ body:
|
|||||||
description: Please provide any steps you think might be relevant to reproduce the bug.
|
description: Please provide any steps you think might be relevant to reproduce the bug.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Steps to reproduce:
|
Steps to reproduce:
|
||||||
|
|
||||||
1. Start '...'
|
1. Start '...'
|
||||||
2. Then '...'
|
2. Then '...'
|
||||||
3. Check '...'
|
3. Check '...'
|
||||||
@ -76,6 +76,13 @@ body:
|
|||||||
description: This can be obtained with `reth db version`
|
description: This can be obtained with `reth db version`
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: dropdown
|
||||||
id: node-type
|
id: node-type
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user