mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: ask for node type in bug.yml issue template (#4988)
This commit is contained in:
19
.github/ISSUE_TEMPLATE/bug.yml
vendored
19
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user