From d20a90639cc390936d8f3d1120705261b5b497b2 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Tue, 21 Mar 2023 13:55:54 +0100 Subject: [PATCH] meta: add commit sha example to bug form (#1881) --- .github/ISSUE_TEMPLATE/bug.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2b4a86665..cdab87538 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -58,6 +58,7 @@ body: - type: input attributes: label: What version/commit are you on? + description: This can be obtained with e.g. `git rev-parse HEAD` - type: checkboxes id: terms attributes: @@ -65,4 +66,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/foundry-rs/reth/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow the Code of Conduct - required: true \ No newline at end of file + required: true