chore: ask for node type in bug.yml issue template (#4988)

This commit is contained in:
Alexey Shekhirin
2023-10-12 14:53:07 +03:00
committed by GitHub
parent 2dbd142d60
commit 3ab8aece3f

View File

@ -56,17 +56,36 @@ body:
validations:
required: false
- type: input
id: client-version
attributes:
label: What version/commit are you on?
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
id: database-version
attributes:
label: What database version are you on?
description: This can be obtained with `reth db version`
validations:
required: false
- type: dropdown
id: node-type
attributes:
label: What type of node are you running?
options:
- Archive (default)
- Full via --full flag
- Pruned with custom reth.toml config
validations:
required: false
- type: textarea
id: prune-config
attributes:
label: What prune config do you use, if any?
description: `[prune]` section in `reth.toml` file
validations:
required: false
- type: input
attributes:
label: If you've built Reth from source, provide the full command you used