Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 991 Bytes

Contributing to Spring IO Platform

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 [email protected].

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