Skip to content

Commit 98999f5

Browse files
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
1 parent 3c3e202 commit 98999f5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ These steps and instructions on getting started are outlined below as well.
4444
- Latest [Go](https://golang.org) 1.x installed.
4545
- [Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally.
4646
- For SDK Development:
47-
- For manual testing install any version of supported Python version (found [here](gradle.properties)) suffices.
47+
- For manual testing, install any supported Python version (found [here](gradle.properties)) suffices.
4848
- For running test suites, however, you will need Python interpreters for all Python versions supported by Beam.
4949
Interpreters should be installed and available in shell via `python3.x` commands.
5050
For more information, see:
5151
Python installation tips in [Developer Wiki](https://cwiki.apache.org/confluence/display/BEAM/Python+Tips#PythonTips-InstallingPythoninterpreters).
52-
- For large contributions, a signed [Individual Contributor License.
52+
- For large contributions, a signed [Individual Contributor License
5353
Agreement](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache
5454
Software Foundation (ASF).
5555

@@ -112,7 +112,7 @@ To install these in a Debian-based distribution:
112112
113113
###### Automated script for Linux and macOS
114114
115-
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:
115+
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:
116116
117117
* pip3 packages
118118
* go packages
@@ -285,7 +285,6 @@ If you run into any issues, check out the [contribution FAQ](https://cwiki.apach
285285
If you didn't find the information you were looking for in this guide, please
286286
[reach out to the Beam community](https://beam.apache.org/community/contact-us/).
287287
288-
</div>
289288
290289
## Find Efforts to Contribute to
291290
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).

0 commit comments

Comments
 (0)