Selaa lähdekoodia

Add backend name dropdown and update version constraints in bug report template

myhloli 1 kuukausi sitten
vanhempi
commit
59a7a577b3
1 muutettua tiedostoa jossa 14 lisäystä ja 1 poistoa
  1. 14 1
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 14 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -122,8 +122,21 @@ body:
       #multiple: false
       options:
         -
+        - "<2.2.0"
         - "2.2.x"
-        - "2.5.x"
+        - ">=2.5"
+    validations:
+      required: true
+
+  - type: dropdown
+    id: backend_name
+    attributes:
+      label: Backend name | 解析后端
+      #multiple: false
+      options:
+        -
+        - "vlm"
+        - "pipeline"
     validations:
       required: true