From 2b97e0cb9fa2b09ced58488c3dc2c9a79ad32bf9 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:16:16 +0100 Subject: [PATCH] chore(meta): require more stuff in bug reports (#6172) --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e01896b048..c9e29d6a59 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: