Skip to content

Commit f9d1abd

Browse files
authored
[Improve] issue template improvement (#4181)
1 parent 6032fd8 commit f9d1abd

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,18 @@ body:
5959
validations:
6060
required: true
6161

62-
- type: textarea
62+
- type: dropdown
6363
attributes:
6464
label: StreamPark Version
6565
description: Provide StreamPark version.
66-
placeholder: >
67-
Please provide the version of StreamPark.
66+
options:
67+
- 2.0.0
68+
- 2.1.0
69+
- 2.1.1
70+
- 2.1.2
71+
- 2.1.3
72+
- 2.1.4
73+
- 2.1.5
6874
validations:
6975
required: true
7076

@@ -79,7 +85,7 @@ body:
7985

8086
- type: dropdown
8187
attributes:
82-
label: deploy mode
88+
label: Deploy mode
8389
description: Which mode deploy the flink job?
8490
options:
8591
- yarn-application

.github/ISSUE_TEMPLATE/improvement-request.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,18 @@ body:
5858
validations:
5959
required: true
6060

61-
- type: textarea
61+
- type: dropdown
6262
attributes:
6363
label: StreamPark Version
6464
description: Provide StreamPark version.
65-
placeholder: >
66-
Please provide the version of StreamPark.
65+
options:
66+
- 2.0.0
67+
- 2.1.0
68+
- 2.1.1
69+
- 2.1.2
70+
- 2.1.3
71+
- 2.1.4
72+
- 2.1.5
6773
validations:
6874
required: true
6975

@@ -78,7 +84,7 @@ body:
7884

7985
- type: dropdown
8086
attributes:
81-
label: deploy mode
87+
label: Deploy mode
8288
description: Which mode deploy the flink job?
8389
options:
8490
- yarn-application

0 commit comments

Comments
 (0)