diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 76e9bfcaa..fdebd38f9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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