From 125005657f8b65b2edd71c8026879f362e374374 Mon Sep 17 00:00:00 2001 From: Rohan Sah <154704949+exploratoryprorammer@users.noreply.github.com> Date: Thu, 25 Dec 2025 21:20:20 -0600 Subject: [PATCH 1/3] Update CONTRIBUTING.md very minor grammar correction --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc5b854e5e86..2bed1c9a7cf8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ These steps and instructions on getting started are outlined below as well. - Latest [Go](https://golang.org) 1.x installed. - [Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally. - For SDK Development: - - For manual testing install any version of supported Python version (found [here](gradle.properties)) suffices. + - For manual testing, install any version of supported Python version (found [here](gradle.properties)) suffices. - For running test suites, however, you will need Python interpreters for all Python versions supported by Beam. Interpreters should be installed and available in shell via `python3.x` commands. For more information, see: From 06b0ec34233006c5d8408e71455a7ff777193674 Mon Sep 17 00:00:00 2001 From: Rohan Sah <154704949+exploratoryprorammer@users.noreply.github.com> Date: Thu, 25 Dec 2025 21:30:53 -0600 Subject: [PATCH 2/3] Update CONTRIBUTING.md fixed more errors to enhance readability --- CONTRIBUTING.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2bed1c9a7cf8..58a600ae2506 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,13 +44,13 @@ These steps and instructions on getting started are outlined below as well. - Latest [Go](https://golang.org) 1.x installed. - [Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally. - For SDK Development: - - For manual testing, install any version of supported Python version (found [here](gradle.properties)) suffices. + - For manual testing, install any supported Python version (found [here](gradle.properties)) suffices. - For running test suites, however, you will need Python interpreters for all Python versions supported by Beam. Interpreters should be installed and available in shell via `python3.x` commands. For more information, see: Python installation tips in [Developer Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters). -- For large contributions, a signed [Individual Contributor License. - Agreement](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache +- For large contributions, a signed [Individual Contributor License + Agreement.](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache Software Foundation (ASF). ### Share Your Intent @@ -112,7 +112,7 @@ To install these in a Debian-based distribution: ###### Automated script for Linux and macOS -You can install these in a Debian-based distribution for Linux or macOs using the [local-env-setup.sh](https://github.com/apache/beam/blob/master/local-env-setup.sh) script, which is part of the Beam repo. It contains: +You can install these in a Debian-based distribution for Linux or macOS using the [local-env-setup.sh](https://github.com/apache/beam/blob/master/local-env-setup.sh) script, which is part of the Beam repo. It contains: * pip3 packages * go packages @@ -285,7 +285,6 @@ If you run into any issues, check out the [contribution FAQ](https://cwiki.apach If you didn't find the information you were looking for in this guide, please [reach out to the Beam community](https://beam.apache.org/community/contact-us/). - ## Find Efforts to Contribute to A great way to contribute is to join an existing effort. If you want to get involved but don’t have a project in mind, check our [list of open starter tasks](https://s.apache.org/beam-starter-tasks). From 5d2e94026c5c9cfc17d0f41f68ef312718af96cc Mon Sep 17 00:00:00 2001 From: Rohan Sah <154704949+exploratoryprorammer@users.noreply.github.com> Date: Thu, 25 Dec 2025 21:36:05 -0600 Subject: [PATCH 3/3] Update CONTRIBUTING.md further enhanced readability for readme --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58a600ae2506..ccd7d64aa5e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ These steps and instructions on getting started are outlined below as well. For more information, see: Python installation tips in [Developer Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters). - For large contributions, a signed [Individual Contributor License - Agreement.](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache + Agreement](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache Software Foundation (ASF). ### Share Your Intent