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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 66a01a7e9 [readme] Add how to contribute
66a01a7e9 is described below

commit 66a01a7e9dbaf0f7bf42d16018ac726ea212b249
Author: JingsongLi <[email protected]>
AuthorDate: Thu Apr 20 15:36:32 2023 +0800

    [readme] Add how to contribute
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index b19d1b5f0..709a6d6c1 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ You can join the Paimon community on Slack. Paimon channel is 
in ASF Slack works
 Don’t forget to introduce yourself in channel.
 
 ## Building
+
 JDK 8/11 is required for building the project.
 
 - Run the `mvn clean package -DskipTests` command to build the project.
@@ -76,6 +77,10 @@ JDK 8/11 is required for building the project.
 
 If you fail to download paimon-bundle snapshot files during the build, it is 
likely that your maven settings file does not include a snapshot repository. 
Uncomment the "repositories" tag in [pom.xml](pom.xml) file for a workaround.
 
+## How to Contribute
+
+[Contribution 
Guide](https://paimon.apache.org/docs/master/project/contributing/).
+
 ## License
 
 The code in this repository is licensed under the [Apache Software License 
2](LICENSE).

Reply via email to