You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/13 08:47:46 UTC

[dolphinscheduler] branch dev updated: [community] Add version selection for issue bug selection (#6793)

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

kirs 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 0f92a1f  [community] Add version selection for issue bug selection (#6793)
0f92a1f is described below

commit 0f92a1f54118d91c7c01e6618e3c232faf59d476
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Sat Nov 13 16:47:42 2021 +0800

    [community] Add version selection for issue bug selection (#6793)
    
    closes: #6620
    
    Co-authored-by: Kirs <ac...@163.com>
    Co-authored-by: Jiwei Guo <te...@apache.org>
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 5077c14..1ad107d 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -90,6 +90,28 @@ body:
         ``` ``` blocks or inside a collapsable details tag if it's too long:
         <details><summary>x.log</summary> lots of stuff </details>
 
+  - type: dropdown
+    id: version
+    attributes:
+      label: Version
+      description: Which version of Apache DolphinScheduler are you running?
+      options:
+        - dev
+        - 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
+
   - type: checkboxes
     attributes:
       label: Are you willing to submit PR?