Skip to content

Commit 0f92a1f

Browse files
zhongjiajieCalvinKirsTechnoboy-
authored
[community] Add version selection for issue bug selection (#6793)
closes: #6620 Co-authored-by: Kirs <acm_master@163.com> Co-authored-by: Jiwei Guo <technoboy@apache.org>
1 parent 6045728 commit 0f92a1f

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,28 @@ body:
9090
``` ``` blocks or inside a collapsable details tag if it's too long:
9191
<details><summary>x.log</summary> lots of stuff </details>
9292
93+
- type: dropdown
94+
id: version
95+
attributes:
96+
label: Version
97+
description: Which version of Apache DolphinScheduler are you running?
98+
options:
99+
- dev
100+
- 2.0.0-alpha
101+
- 1.3.9
102+
- 1.3.8
103+
- 1.3.6
104+
- 1.3.5
105+
- 1.3.4
106+
- 1.3.3
107+
- 1.3.2
108+
- 1.3.1
109+
- 1.2.1
110+
- 1.2.0
111+
- 1.1.0(Not Apache Release)
112+
validations:
113+
required: true
114+
93115
- type: checkboxes
94116
attributes:
95117
label: Are you willing to submit PR?

0 commit comments

Comments
 (0)