You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/08/09 11:23:11 UTC

[beam] 01/01: Update _index.md

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

damccorm pushed a commit to branch users/damccorm/contributing-code
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 2d8797adc74bc25d26da8a3cbcdef977aababc62
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Aug 9 07:23:02 2022 -0400

    Update _index.md
---
 website/www/site/content/en/contribute/_index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/website/www/site/content/en/contribute/_index.md b/website/www/site/content/en/contribute/_index.md
index 30bed4b2fa2..0003790c37f 100644
--- a/website/www/site/content/en/contribute/_index.md
+++ b/website/www/site/content/en/contribute/_index.md
@@ -75,6 +75,16 @@ Here’s a list of things you can do to get started contributing:
       </ol>
     </td>
   </tr>
+  <tr>
+    <td>Fix an open issue</td>
+    <td class="list-text-size-md">
+      <ul>
+        <li>Comment “.take-issue” on the <a href="https://github.com/apache/beam/issues">issue you'd like to work on</a>. This will cause the issue to be assigned to you.</li>
+        <li>If appropriate, make your change and open a <a href=https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork>Pull Request</a></li>.
+        <li>Comment “.close-issue” to close the issue once all work has been completed.</li>
+      </ul>
+    </td>
+  </tr>
   <tr>
     <td>Improve documentation</td>
     <td>