Parcourir la source

Add new version 2.0.1 to issue bug template (#7458)

Add new version 2.0.1 for github issue template and remove versions not LTS
Jiajie Zhong il y a 3 ans
Parent
commit
90243f13ee
1 fichiers modifiés avec 3 ajouts et 10 suppressions
  1. 3 10
      .github/ISSUE_TEMPLATE/bug-report.yml

+ 3 - 10
.github/ISSUE_TEMPLATE/bug-report.yml

@@ -94,22 +94,15 @@ body:
     id: version
     attributes:
       label: Version
-      description: Which version of Apache DolphinScheduler are you running?
+      description: >
+        Which version of Apache DolphinScheduler are you running? We only accept bugs report from the LTS projects.
       options:
         - dev
+        - 2.0.1
         - 2.0.0
-        - 2.0.0-alpha
         - 1.3.9
         - 1.3.8
         - 1.3.6
-        - 1.3.5
-        - 1.3.4
-        - 1.3.3
-        - 1.3.2
-        - 1.3.1
-        - 1.2.1
-        - 1.2.0
-        - 1.1.0(Not Apache Release)
     validations:
       required: true