Skip to content

Commit

Permalink
github: use an obviously old version of ripgrep in issue template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
BurntSushi committed May 27, 2024
1 parent 0a0893a commit 2f0a269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2f0a269

Please sign in to comment.