You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/04/25 21:59:42 UTC

[beam-site] branch asf-site updated (9772653 -> 3acc115)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 9772653  This closes #429
     add 09f47f4  Friendlier contribution guide; link to starter tasks
     add da98d3c  This closes #426
     new 3acc115  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/contribution-guide/index.html | 34 +++++++++++++++++++-----
 src/contribute/contribution-guide.md             | 33 +++++++++++++++++------
 2 files changed, 52 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 3acc1156ef6cb937115d12470927ff518fceed8d
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Apr 25 14:59:39 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/contribution-guide/index.html | 34 +++++++++++++++++++-----
 1 file changed, 27 insertions(+), 7 deletions(-)

diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index ff7b90e..55f2d9f 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -145,6 +145,7 @@
         
 
 <ul class="nav">
+  <li><a href="#review-then-commit-workflow">Review-then-commit workflow</a></li>
   <li><a href="#engage">Engage</a>
     <ul>
       <li><a href="#mailing-lists">Mailing list(s)</a></li>
@@ -179,14 +180,33 @@
       <div class="body__contained body__section-nav">
         <h1 id="apache-beam-contribution-guide">Apache Beam Contribution Guide</h1>
 
-<p>The Apache Beam community welcomes contributions from anyone with a passion for
-data processing! Beam has many different opportunities for contributions –
-write new examples, add new user-facing libraries (new statistical libraries,
-new IO connectors, etc), work on the core programming model, build specific
-runners (Apache Apex, Apache Flink, Apache Spark, Google Cloud Dataflow, etc),
-or participate on the documentation effort.</p>
+<p>The Apache Beam community welcomes contributions from anyone!</p>
 
-<p>We use a review-then-commit workflow in Beam for all contributions.</p>
+<p>There are lots of opportunities:</p>
+
+<ul>
+  <li>write new examples</li>
+  <li>improve the documentation</li>
+  <li>add new user-facing libraries (new statistical libraries, new IO connectors,
+etc)</li>
+  <li>improve your favorite language SDK (Java, Python, Go, etc)</li>
+  <li>improve specific runners (Apache Apex, Apache Flink, Apache Spark, Google
+Cloud Dataflow, etc)</li>
+  <li>work on the core programming model (what is a Beam pipeline and how does it
+run?)</li>
+</ul>
+
+<p>Most importantly, if you have an idea of how to contribute, then do it!</p>
+
+<p>For a list of open starter tasks, check
+<a href="https://s.apache.org/beam-starter-tasks">https://s.apache.org/beam-starter-tasks</a>.</p>
+
+<p>What follows is a more comprehensive document covering details of things that
+may come up.</p>
+
+<h2 id="review-then-commit-workflow">Review-then-commit workflow</h2>
+
+<p>We use a review-then-commit workflow in Beam.</p>
 
 <p><img src="/images/contribution-guide-1.png" alt="The Beam contribution workflow has 5 steps: engage, design, code, review, and commit." /></p>
 

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.