From 551802aebb580c1b1ab62e3923cc0181b6190ac8 Mon Sep 17 00:00:00 2001 From: myhloli Date: Thu, 30 Oct 2025 18:31:40 +0800 Subject: [PATCH] docs: format version constraints in bug_report.yml for improved readability --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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