bullet03 commented on a change in pull request #17136:
URL: https://github.com/apache/beam/pull/17136#discussion_r833468805
##########
File path: website/www/site/content/en/contribute/_index.md
##########
@@ -24,366 +24,177 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
-# Contribution guide
-
-<a class="arrow-list-header" data-toggle="collapse" href="#collapseOverview"
role="button" aria-expanded="false" aria-controls="collapseOverview">
- {{< figure src="/images/arrow-icon_list.svg">}}
-
-## Overview
-
-</a>
-
-<div class="collapse dont-collapse-sm" id="collapseOverview">
-
-There are lots of opportunities to contribute. You can for example:
-
-- ask or answer questions on [[email protected]](/community/contact-us/) or
-[stackoverflow](https://stackoverflow.com/questions/tagged/apache-beam)
- - review proposed design ideas on
[[email protected]](/community/contact-us/)
- - improve the documentation
- - file [bug reports](https://issues.apache.org/jira/projects/BEAM/issues)
- - test releases
- - review [changes](https://github.com/apache/beam/pulls)
- - write new examples
- - improve your favorite language SDK (Java, Python, Go, etc)
- - improve specific runners (Apache Flink, Apache Spark, Google
- Cloud Dataflow, etc)
- - improve or add IO connectors
- - add new transform libraries (statistics, ML, image processing, etc)
- - work on the core programming model (what is a Beam pipeline and how does it
- run?)
- - improve the developer experience (for example, Windows guides)
- - add answers to the [contribution FAQ](
- https://cwiki.apache.org/confluence/display/BEAM/Contributor+FAQ)
- - organize local meetups of users or contributors to Apache Beam
-
+# Contribute to Apache Beam
+
+Apache Beam is an open source project developed and maintained by a friendly
community of users, contributors, committers, and project management committee
(PMC) members.
+
+Everyone is welcome to join and contribute to the project in multiple ways,
not only with code contributions. Contributions like asking questions,
reporting bugs, proposing new features, improving documentation, adding to the
website, organizing events, or writing blog posts among other contributions,
are welcome and recognized.
+
+### What’s In It for You?
+ - Become a part of the world’s largest, most welcoming open source community
+ - Drive innovation for next-gen distributed data processing
+ - Make an impact by bringing advanced technology solutions into reality
+ - Empower your brand recognition and thought leadership in the data world
+
+### Ways You Can Contribute
+
+Here’s a list of things you can do to get started contributing:
+
+<table class="table table-bordered">
+ <tr>
+ <th>Contribution</th>
+ <th>How to do it</th>
+ </tr>
+ <tr>
+ <td>Participate and share ideas</td>
+ <td class="list-text-size-md">
+ <ol>
+ <li>Start by <a
href="https://beam.apache.org/contribute/#accounts-and-permissions">getting an
Apache Beam Jira account</a>.</li>
+ <li>Subscribe to our <a
href="https://beam.apache.org/community/contact-us/">mailing lists</a> (<a
href="mailto:[email protected]">[email protected]</a> and <a
href="mailto:[email protected]">[email protected]</a>).</li>
+ <li>Stay in the loop of our <a
href="https://issues.apache.org/jira/projects/BEAM/issues">Jira product
backlog</a>, participate in discussions to brainstorm solutions, and help the
community solve their mailing list questions.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>File a bug</td>
+ <td class="list-text-size-md">
+ <ol class="no-bullet">
+ <li>Create a Jira ticket and mark it as a bug</li>
+ <br><span>OR</span><br><br>
+ <li>Send an email to <a
href="mailto:[email protected]">[email protected]</a> with subject: [Bug]
<bug summary> and include as much detail as possible.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>Propose a feature</td>
+ <td class="list-text-size-md">
+ <ol class="no-bullet">
+ <li>Create a Jira ticket and mark it as a feature request</li>
+ <br><span>OR</span><br><br>
+ <li>Send an email to <a
href="mailto:[email protected]">[email protected]</a> with subject:
[Feature Proposal] <your idea>.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>Improve documentation</td>
+ <td>
+ Click the edit icon in our documentation and it’ll take you to our <a
href="https://github.com/apache/beam/">GitHub</a>, where you can automatically
make the change you want and send a Pull Request.
+ </td>
+ </tr>
+ <tr>
+ <td>Improve the website</td>
+ <td class="list-text-size-md">
+ <ul>
+ <li>Follow the website <a
href="https://beam.apache.org/contribute/">Contribution Guide</a> to make
changes yourself.</li>
+ <li>Check our <a
href="https://issues.apache.org/jira/browse/BEAM-13229?jql=project%20%3D%20BEAM%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20website%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC">Website
Backlog</a> in Jira to find rooms for improvement areas, or propose one.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Write a blogpost</td>
+ <td>
+ Tell a story about your custom use cases or share your recommendations
and best practices.
+ </td>
+ </tr>
+ <tr>
+ <td>Share your success story</td>
+ <td>
+ Visit our <a href="https://beam.apache.org/case-studies/">Case
Studies</a> page and share your story or add your company’s logo.
+ </td>
+ </tr>
+ <tr>
+ <td>Produce a social media publication</td>
+ <td>
+ Share the use cases that Beam helps empower or the data processing
performance you achieved. Spread the word about the upcoming Beam Summits and
conferences.
+ </td>
+ </tr>
+ <tr>
+ <td>Organize an event</td>
+ <td>
+ Send an email to <a
href="mailto:[email protected]">[email protected]</a> to share your idea
about the Beam event you want to organize.
+ </td>
+ </tr>
+ <tr>
+ <td>Build a new feature like a new IO connector or PTransform</td>
+ <td class="list-text-size-md">
+ <ul>
+ <li>Create and contribute a custom <a
href="https://beam.apache.org/documentation/programming-guide/#pipeline-io">I/O
connector</a> for a specific data storage system you want to connect to, if it
is not on <a href="https://beam.apache.org/documentation/io/built-in/">the I/O
list yet</a>.</li>
+ <li>Look at our project backlog to get some inspiration on what to
build.</li>
+ <li>Follow our <a href="https://beam.apache.org/contribute/">Code
Contribution Guide</a>.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Share a code sample or template</td>
+ <td class="list-text-size-md">
+ <ol>
+ <li>Read our <a href="https://beam.apache.org/contribute/">Code
Contribution Guide</a>.</li>
+ <li>Create your code sample or template. </li>
+ <li><a
href="https://beam.apache.org/contribute/#make-your-change">Make a Pull
Request</a> to add it to the Beam example folder.</li>
Review comment:
done
##########
File path: website/www/site/content/en/contribute/_index.md
##########
@@ -24,366 +24,177 @@ See the License for the specific language governing
permissions and
limitations under the License.
-->
-# Contribution guide
-
-<a class="arrow-list-header" data-toggle="collapse" href="#collapseOverview"
role="button" aria-expanded="false" aria-controls="collapseOverview">
- {{< figure src="/images/arrow-icon_list.svg">}}
-
-## Overview
-
-</a>
-
-<div class="collapse dont-collapse-sm" id="collapseOverview">
-
-There are lots of opportunities to contribute. You can for example:
-
-- ask or answer questions on [[email protected]](/community/contact-us/) or
-[stackoverflow](https://stackoverflow.com/questions/tagged/apache-beam)
- - review proposed design ideas on
[[email protected]](/community/contact-us/)
- - improve the documentation
- - file [bug reports](https://issues.apache.org/jira/projects/BEAM/issues)
- - test releases
- - review [changes](https://github.com/apache/beam/pulls)
- - write new examples
- - improve your favorite language SDK (Java, Python, Go, etc)
- - improve specific runners (Apache Flink, Apache Spark, Google
- Cloud Dataflow, etc)
- - improve or add IO connectors
- - add new transform libraries (statistics, ML, image processing, etc)
- - work on the core programming model (what is a Beam pipeline and how does it
- run?)
- - improve the developer experience (for example, Windows guides)
- - add answers to the [contribution FAQ](
- https://cwiki.apache.org/confluence/display/BEAM/Contributor+FAQ)
- - organize local meetups of users or contributors to Apache Beam
-
+# Contribute to Apache Beam
+
+Apache Beam is an open source project developed and maintained by a friendly
community of users, contributors, committers, and project management committee
(PMC) members.
+
+Everyone is welcome to join and contribute to the project in multiple ways,
not only with code contributions. Contributions like asking questions,
reporting bugs, proposing new features, improving documentation, adding to the
website, organizing events, or writing blog posts among other contributions,
are welcome and recognized.
+
+### What’s In It for You?
+ - Become a part of the world’s largest, most welcoming open source community
+ - Drive innovation for next-gen distributed data processing
+ - Make an impact by bringing advanced technology solutions into reality
+ - Empower your brand recognition and thought leadership in the data world
+
+### Ways You Can Contribute
+
+Here’s a list of things you can do to get started contributing:
+
+<table class="table table-bordered">
+ <tr>
+ <th>Contribution</th>
+ <th>How to do it</th>
+ </tr>
+ <tr>
+ <td>Participate and share ideas</td>
+ <td class="list-text-size-md">
+ <ol>
+ <li>Start by <a
href="https://beam.apache.org/contribute/#accounts-and-permissions">getting an
Apache Beam Jira account</a>.</li>
+ <li>Subscribe to our <a
href="https://beam.apache.org/community/contact-us/">mailing lists</a> (<a
href="mailto:[email protected]">[email protected]</a> and <a
href="mailto:[email protected]">[email protected]</a>).</li>
+ <li>Stay in the loop of our <a
href="https://issues.apache.org/jira/projects/BEAM/issues">Jira product
backlog</a>, participate in discussions to brainstorm solutions, and help the
community solve their mailing list questions.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>File a bug</td>
+ <td class="list-text-size-md">
+ <ol class="no-bullet">
+ <li>Create a Jira ticket and mark it as a bug</li>
+ <br><span>OR</span><br><br>
+ <li>Send an email to <a
href="mailto:[email protected]">[email protected]</a> with subject: [Bug]
<bug summary> and include as much detail as possible.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>Propose a feature</td>
+ <td class="list-text-size-md">
+ <ol class="no-bullet">
+ <li>Create a Jira ticket and mark it as a feature request</li>
+ <br><span>OR</span><br><br>
+ <li>Send an email to <a
href="mailto:[email protected]">[email protected]</a> with subject:
[Feature Proposal] <your idea>.</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td>Improve documentation</td>
+ <td>
+ Click the edit icon in our documentation and it’ll take you to our <a
href="https://github.com/apache/beam/">GitHub</a>, where you can automatically
make the change you want and send a Pull Request.
+ </td>
+ </tr>
+ <tr>
+ <td>Improve the website</td>
+ <td class="list-text-size-md">
+ <ul>
+ <li>Follow the website <a
href="https://beam.apache.org/contribute/">Contribution Guide</a> to make
changes yourself.</li>
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]