|
@@ -90,6 +90,28 @@ body:
|
|
``` ``` blocks or inside a collapsable details tag if it's too long:
|
|
``` ``` blocks or inside a collapsable details tag if it's too long:
|
|
<details><summary>x.log</summary> lots of stuff </details>
|
|
<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
|
|
- type: checkboxes
|
|
attributes:
|
|
attributes:
|
|
label: Are you willing to submit PR?
|
|
label: Are you willing to submit PR?
|