This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new f9d1abdf1 [Improve] issue template improvement (#4181)
f9d1abdf1 is described below
commit f9d1abdf18fd240cf6e26ed52c24f171a44b38a7
Author: benjobs <[email protected]>
AuthorDate: Wed Jan 22 11:09:32 2025 +0800
[Improve] issue template improvement (#4181)
---
.github/ISSUE_TEMPLATE/bug-report.yml | 14 ++++++++++----
.github/ISSUE_TEMPLATE/improvement-request.yml | 14 ++++++++++----
2 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml
b/.github/ISSUE_TEMPLATE/bug-report.yml
index 49b353ac0..286a19be1 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -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
@@ -79,7 +85,7 @@ body:
- type: dropdown
attributes:
- label: deploy mode
+ label: Deploy mode
description: Which mode deploy the flink job?
options:
- yarn-application
diff --git a/.github/ISSUE_TEMPLATE/improvement-request.yml
b/.github/ISSUE_TEMPLATE/improvement-request.yml
index 5f32b1ac4..f1de295ee 100644
--- a/.github/ISSUE_TEMPLATE/improvement-request.yml
+++ b/.github/ISSUE_TEMPLATE/improvement-request.yml
@@ -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
@@ -78,7 +84,7 @@ body:
- type: dropdown
attributes:
- label: deploy mode
+ label: Deploy mode
description: Which mode deploy the flink job?
options:
- yarn-application