We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6045728 commit 0f92a1fCopy full SHA for 0f92a1f
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -90,6 +90,28 @@ body:
90
``` ``` blocks or inside a collapsable details tag if it's too long:
91
<details><summary>x.log</summary> lots of stuff </details>
92
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
+
115
- type: checkboxes
116
attributes:
117
label: Are you willing to submit PR?
0 commit comments