You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/03/27 00:19:26 UTC

[beam] 01/01: Update contribution guide with links

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

altay pushed a commit to branch aaltay-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a521b382971c2c37aa0c77aca13cd9ce0bff2075
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue Mar 26 17:19:10 2019 -0700

    Update contribution guide with links
    
    Adding links to beam's github page from the contribution guide for easy discovery of beam's github pages.
---
 website/src/contribute/index.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/src/contribute/index.md b/website/src/contribute/index.md
index 9663a19..1d99e9e 100644
--- a/website/src/contribute/index.md
+++ b/website/src/contribute/index.md
@@ -39,6 +39,8 @@ There are lots of opportunities to contribute:
 }}/community/contact-us/)
  - improve the documentation
  - contribute [bug reports](https://issues.apache.org/jira/projects/BEAM/issues)
+ - contribute by testing releases
+ - contribute by reviewing [changes](https://github.com/apache/beam/pulls)
  - write new examples
  - improve your favorite language SDK (Java, Python, Go, etc)
  - improve specific runners (Apache Apex, Apache Flink, Apache Spark, Google
@@ -56,7 +58,7 @@ Most importantly, if you have an idea of how to contribute, then do it!
 
 ## Contributing code
 
-Below is a tutorial for contributing code to Beam, covering our tools and typical process in
+Below is a tutorial for contributing [code to Beam](https://github.com/apache/beam), covering our tools and typical process in
 detail.
 
 ### Prerequisites