Contributing to Spring IO Platform
July 11, 2016 ยท View on GitHub
Spring IO Platform is released under the Apache 2.0 license. If you would like to contribute something, or simply want to work with the code, this document should help you to get started.
Code of conduct
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Sign the contributor license agreement
Before we accept a non-trivial patch or pull request we will need you to sign the contributor's license agreement (CLA). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
Working with the code
Building from source
The project is built with Maven
$ mvn clean install