You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CONTRIBUTING.md
very minor grammar correction
* Update CONTRIBUTING.md
fixed more errors to enhance readability
* Update CONTRIBUTING.md
further enhanced readability for readme
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,12 @@ These steps and instructions on getting started are outlined below as well.
44
44
- Latest [Go](https://golang.org) 1.x installed.
45
45
-[Docker](https://www.docker.com/) installed for some tasks including building worker containers and testing changes to this website locally.
46
46
- 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.
48
48
- For running test suites, however, you will need Python interpreters for all Python versions supported by Beam.
49
49
Interpreters should be installed and available in shell via `python3.x` commands.
50
50
For more information, see:
51
51
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
53
53
Agreement](https://www.apache.org/licenses/icla.pdf) (ICLA) to the Apache
54
54
Software Foundation (ASF).
55
55
@@ -112,7 +112,7 @@ To install these in a Debian-based distribution:
112
112
113
113
###### Automated script for Linux and macOS
114
114
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:
116
116
117
117
* pip3 packages
118
118
* go packages
@@ -285,7 +285,6 @@ If you run into any issues, check out the [contribution FAQ](https://cwiki.apach
285
285
If you didn't find the information you were looking for in this guide, please
286
286
[reach out to the Beam community](https://beam.apache.org/community/contact-us/).
287
287
288
-
</div>
289
288
290
289
## Find Efforts to Contribute to
291
290
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