This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 98999f5455d Update CONTRIBUTING.md (#37187)
98999f5455d is described below
commit 98999f5455d82ba272f41f7a6fc8ca89d7532dba
Author: Rohan Sah <[email protected]>
AuthorDate: Wed Jan 7 13:11:45 2026 -0600
Update CONTRIBUTING.md (#37187)
* Update CONTRIBUTING.md
very minor grammar correction
* Update CONTRIBUTING.md
fixed more errors to enhance readability
* Update CONTRIBUTING.md
further enhanced readability for readme
---
CONTRIBUTING.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bc5b854e5e8..ccd7d64aa5e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,12 +44,12 @@ 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.
+- For large contributions, a signed [Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache
Software Foundation (ASF).
@@ -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/).
-</div>
## 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).