meta: add commit sha example to bug form (#1881)

This commit is contained in:
Bjerg
2023-03-21 13:55:54 +01:00
committed by GitHub
parent 11a3772ea3
commit d20a90639c

View File

@ -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
required: true