Skip to content

Commit

Permalink
[readme] Add how to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Apr 20, 2023
1 parent d1f64fd commit 66a01a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

0 comments on commit 66a01a7

Please sign in to comment.