This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch issue_template in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 6cde919540a73a9a68a87e66bbb8635f75319551 Author: benjobs <[email protected]> AuthorDate: Wed Jan 22 00:38:43 2025 +0800 [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 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
