From 6accce7c92db345c68ce67816f9b749a17467081 Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Mon, 12 Aug 2024 15:20:50 +0800 Subject: [PATCH 1/2] [Improve] Update pull request template and github action guide --- .github/PULL_REQUEST_TEMPLATE.md | 13 ++++++------- .github/workflows/notify_test_workflow.yml | 3 ++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d4a3001e523..7572830e93f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,13 +7,9 @@ remember to adjust the documentation. Feel free to ping committers for the review! ## Contribution Checklist - - Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/seatunnel/issues). - - Name the pull request in the form "[Feature] [component] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc. - - Minor fixes should be named following this pattern: `[hotfix] [docs] Fix typo in README.md doc`. - --> ### Purpose of this pull request @@ -22,6 +18,7 @@ Feel free to ping committers for the review! ### Does this PR introduce _any_ user-facing change? +