From 6cde919540a73a9a68a87e66bbb8635f75319551 Mon Sep 17 00:00:00 2001 From: benjobs Date: Wed, 22 Jan 2025 00:38:43 +0800 Subject: [PATCH] [Improve] issue template improvement --- .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 49b353ac04..286a19be10 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 5f32b1ac4e..f1de295ee0 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