Skip to content

Commit

Permalink
chore(meta): require more stuff in bug reports (paradigmxyz#6172)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 23, 2024
1 parent c80784f commit 2b97e0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 2b97e0c

Please sign in to comment.