chore(meta): require more stuff in bug reports (#6172)

This commit is contained in:
DaniPopes
2024-01-23 09:16:16 +01:00
committed by GitHub
parent c80784f2c7
commit 2b97e0cb9f

View File

@ -53,18 +53,22 @@ body:
- Mac (Apple Silicon)
- Windows (x86)
- Windows (ARM)
validations:
required: true
- type: input
id: client-version
attributes:
label: What version/commit are you on?
description: This can be obtained with `reth --version`
validations:
required: true
- 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
required: true
- type: dropdown
id: node-type
attributes:
@ -74,7 +78,7 @@ body:
- Full via --full flag
- Pruned with custom reth.toml config
validations:
required: false
required: true
- type: textarea
id: prune-config
attributes: