This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0b07b20  [community] Add License Guide to PR template (#1101)
0b07b20 is described below

commit 0b07b20838470432627e9c616114fd7a95bcb745
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Jan 19 19:57:47 2022 +0800

    [community] Add License Guide to PR template (#1101)
---
 .github/PULL_REQUEST_TEMPLATE.md        |  2 ++
 docs/en/developement/NewLicenseGuide.md | 13 +++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index ccf5b02..b797ad9 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -23,4 +23,6 @@ Feel free to ping committers for the review!
 ## Check list
 
 * [ ] Code changed are covered with tests, or it does not need tests for 
reason:
+* [ ] If any new Jar binary package adding in you PR, please add License 
Notice according
+  [New License 
Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/developement/NewLicenseGuide.md)
 * [ ] If necessary, please update the documentation to describe the new 
feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
diff --git a/docs/en/developement/NewLicenseGuide.md 
b/docs/en/developement/NewLicenseGuide.md
index 3cd9d3d..5677d45 100644
--- a/docs/en/developement/NewLicenseGuide.md
+++ b/docs/en/developement/NewLicenseGuide.md
@@ -1,10 +1,11 @@
 ## How to add a new License Guide
 
-License related information can refer to this article 
[License](https://seatunnel.apache.org/community/submit_guide/license)
+If you have any new Jar binary package adding in you PR, you need to follow 
the steps below to notice license
 
-If you have a new Jar you need to follow the steps below
+1. declared in `tools/dependencies/konw-dependencies.txt`,
+2. Add the corresponding License file under 
`seatunnel-dist/release-docs/licenses`, if it is a standard Apache License, it 
does not need to be added.
+3. Add the corresponding statement in `seatunnel-dist/release-docs/LICENSE`
+4. Add the corresponding statement in `seatunnel-dist/release-docs/NOTICE`
 
-1: declared in `tools/dependencies/konw-dependencies.txt`,
-2: Add the corresponding License file under 
`seatunnel-dist/release-docs/licenses`, if it is a standard Apache License, it 
does not need to be added.
-3: Add the corresponding statement in `seatunnel-dist/release-docs/LICENSE`
-4: Add the corresponding statement in `seatunnel-dist/release-docs/NOTICE`
\ No newline at end of file
+If you want to learn more about strategy of License, you could read
+[License Notice](https://seatunnel.apache.org/community/submit_guide/license) 
in submit guide.

Reply via email to