From 501fd0d92610c68945decd86ba55655b1adbc8b3 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Mon, 19 Jun 2023 21:02:35 +0100 Subject: [PATCH] chore: ask for more info in GitHub bug issue template (#3246) --- .github/ISSUE_TEMPLATE/bug.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index cdab87538f..d17ebe3c17 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -58,7 +58,20 @@ body: - type: input attributes: label: What version/commit are you on? - description: This can be obtained with e.g. `git rev-parse HEAD` + 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 + attributes: + label: What database version are you on? + description: This can be obtained with `reth db version` + validations: + required: false + - type: input + attributes: + label: If you've built Reth from source, provide the full command you used + validations: + required: false - type: checkboxes id: terms attributes: