You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2016/03/07 23:47:06 UTC

arrow git commit: ARROW-35: Add a short call-to-action in the top level README.md

Repository: arrow
Updated Branches:
  refs/heads/master 572cdf22e -> 8caa28726


ARROW-35: Add a short call-to-action in the top level README.md

Author: Wes McKinney <we...@apache.org>

Closes #13 from wesm/ARROW-35 and squashes the following commits:

e10bfc3 [Wes McKinney] Add a proper mailto link
c4428fe [Wes McKinney] Add a short 'how to get involved' blurb in top-level README


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/8caa2872
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/8caa2872
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/8caa2872

Branch: refs/heads/master
Commit: 8caa287263425c5b6c64c0e25fb8aa945e2f78d4
Parents: 572cdf2
Author: Wes McKinney <we...@apache.org>
Authored: Mon Mar 7 14:47:36 2016 -0800
Committer: Wes McKinney <we...@apache.org>
Committed: Mon Mar 7 14:47:36 2016 -0800

----------------------------------------------------------------------
 README.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/8caa2872/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d948a99..84bae78 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,24 @@ Initial implementations include:
  - [Arrow Structures and APIs in Java](https://github.com/apache/arrow/tree/master/java)
 
 Arrow is an [Apache Software Foundation](www.apache.org) project. More info can be found at [arrow.apache.org](http://arrow.apache.org).
+
+#### Getting involved
+
+Right now the primary audience for Apache Arrow are the designers and
+developers of data systems; most people will use Apache Arrow indirectly
+through systems that use it for internal data handling and interoperating with
+other Arrow-enabled systems.
+
+Even if you do not plan to contribute to Apache Arrow itself or Arrow
+integrations in other projects, we'd be happy to have you involved:
+
+- Join the mailing list: send an email to
+  [dev-subscribe@arrow.apache.org][1]. Share your ideas and use cases for the
+  project.
+- [Follow our activity on JIRA][3]
+- [Learn the format][2]
+- Contribute code to one of the reference implementations
+
+[1]: mailto:dev-subscribe@arrow.apache.org
+[2]: https://github.com/apache/arrow/tree/master/format
+[3]: https://issues.apache.org/jira/browse/ARROW
\ No newline at end of file