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