mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 02:58:54 +07:00
docs: format version constraints in bug_report.yml for improved readability
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user