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