docs: format version constraints in bug_report.yml for improved readability

This commit is contained in:
myhloli
2025-10-30 18:31:40 +08:00
parent 59b5ffaf95
commit 551802aebb

View File

@@ -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