Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.38 KB

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 1.38 KB

Contributing to Fluo Yarn

Building Fluo Yarn

If you have Git, Maven, and Java (version 8+) installed, run these commands to build Fluo Yarn:

git clone https://github.com/apache/fluo-yarn.git
cd fluo-yarn
mvn package

Pull Request

Before making a pull request please attempt to run mvn verify. If it fails and you are not sure why, it's OK to go ahead and make the pull request.

See Also