Skip to content

Commit

Permalink
[Improve] issue template improvement (#4181)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys authored Jan 22, 2025
1 parent 6032fd8 commit f9d1abd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,18 @@ body:
validations:
required: true

- type: textarea
- type: dropdown
attributes:
label: StreamPark Version
description: Provide StreamPark version.
placeholder: >
Please provide the version of StreamPark.
options:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
validations:
required: true

Expand All @@ -79,7 +85,7 @@ body:

- type: dropdown
attributes:
label: deploy mode
label: Deploy mode
description: Which mode deploy the flink job?
options:
- yarn-application
Expand Down
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/improvement-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,18 @@ body:
validations:
required: true

- type: textarea
- type: dropdown
attributes:
label: StreamPark Version
description: Provide StreamPark version.
placeholder: >
Please provide the version of StreamPark.
options:
- 2.0.0
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.4
- 2.1.5
validations:
required: true

Expand All @@ -78,7 +84,7 @@ body:

- type: dropdown
attributes:
label: deploy mode
label: Deploy mode
description: Which mode deploy the flink job?
options:
- yarn-application
Expand Down

0 comments on commit f9d1abd

Please sign in to comment.