From 2f0a269f0751bf58a061d23febe340a9f5ffbb67 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 27 May 2024 18:22:11 -0400 Subject: [PATCH] github: use an obviously old version of ripgrep in issue template This should hopefully avoid confusion where the use of the version number in the issue template isn't mistaken for the implication that the version must therefore be recent. Ref #2824 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 96741983..3d6b4b08 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,7 +24,7 @@ body: attributes: label: What version of ripgrep are you using? description: Enter the output of `rg --version`. - placeholder: ex. ripgrep 13.0.0 + placeholder: ex. ripgrep 0.2.1 validations: required: true