diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 20f49476..770d6cde 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -122,9 +122,9 @@ body: #multiple: false options: - - - "<2.2.0" - - "2.2.x" - - ">=2.5" + - "`<2.2.0`" + - "`2.2.x`" + - "`>=2.5`" validations: required: true