You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2017/09/28 14:26:54 UTC

[fluo-yarn] branch keith-turner-patch-1 updated: Copied Fluo contrib.md, omitting testing section

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

kturner pushed a commit to branch keith-turner-patch-1
in repository https://gitbox.apache.org/repos/asf/fluo-yarn.git


The following commit(s) were added to refs/heads/keith-turner-patch-1 by this push:
     new 6c7b214  Copied Fluo contrib.md, omitting testing section
6c7b214 is described below

commit 6c7b214e3b7d9340240091f7efb5f02f45566a17
Author: Keith Turner <ke...@deenlo.com>
AuthorDate: Thu Sep 28 10:26:52 2017 -0400

    Copied Fluo contrib.md, omitting testing section
---
 CONTRIBUTING.md | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2e6630f..6d43971 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -17,11 +17,25 @@ limitations under the License.
 
 # Contributing to Fluo Yarn
 
-Checkout [How to Contribute][contribute] for general instructions on contributing to Fluo
-projects.
+## Building Fluo Yarn
 
-Before making a pull request to this project, see if the `mvn verify` runs successfully. If
-it does not succeed and you are unsure why, then go ahead and create the pull request with 
-a comment about the failure.
+If you have [Git], [Maven], and [Java][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
+
+* [How to Contribute][contribute] on Apache Fluo project website
+
+[Git]: https://git-scm.com/
+[java]: http://openjdk.java.net/
+[Maven]: https://maven.apache.org/
 [contribute]: https://fluo.apache.org/how-to-contribute/

-- 
To stop receiving notification emails like this one, please contact
['"commits@fluo.apache.org" <co...@fluo.apache.org>'].