This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 90243f1  Add new version 2.0.1 to issue bug template (#7458)
90243f1 is described below

commit 90243f13eea046c60c55f091d1002a233ea156af
Author: Jiajie Zhong <[email protected]>
AuthorDate: Tue Dec 21 11:54:28 2021 +0800

    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
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index b664e6e..e227363 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.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
 

Reply via email to