From 026450411bd2215f4b57efe410cf80cf0cc23970 Mon Sep 17 00:00:00 2001 From: Zach Parks Date: Wed, 19 Jun 2024 06:09:26 -0500 Subject: [PATCH] Template tweak 4. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 1b1e29605fb3..a4c125d92fef 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -37,8 +37,7 @@ body: - If running from a RC, include the RC number, in addition to the version number. - - If running from source, include the commit hash (`git rev-parse HEAD` returns the current HEAD's hash; - e.g., `f06e565`). + - If running from source, include the commit hash (`git rev-parse HEAD` returns the current HEAD's hash). placeholder: e.g., 0.4.6 / 0.5.0 RC2 / f06e565 validations: required: true