Skip to content

Commit 3fef2b1

Browse files
Merge pull request #14642 from amogh7joshi:patch-1
PiperOrigin-RevId: 381369501
2 parents b60438a + c553c3e commit 3fef2b1

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,19 @@ of documentation fix), then feel free to open a PR without discussion.
3232

3333
### The small print
3434

35-
Contributions made by corporations are covered by a different agreement than
36-
the one above, the
37-
[Software Grant and Corporate Contributor License Agreement](
38-
https://cla.developers.google.com/about/google-corporate).
35+
Contributions made by corporations are covered by a different agreement than the
36+
one above, see the
37+
[Software Grant and Corporate Contributor License Agreement](https://cla.developers.google.com/about/google-corporate).
3938

4039
### Tools needed for development
4140

42-
1. [Bazel](https://bazel.build/) is the tool to build and test Keras project.
43-
See [installtation guild](https://docs.bazel.build/versions/4.0.0/install.html)
44-
for how to install and config bazel for your local environment.
45-
2. [git](https://github.com/) for code repository management.
46-
3. [python](https://www.python.org/) for build and test Keras project.
41+
1. [Bazel](https://bazel.build/) is the tool to build and test Keras. See the
42+
[installation guide](https://docs.bazel.build/versions/4.0.0/install.html)
43+
for how to install and config bazel for your local environment.
44+
2. [git](https://github.com/) for code repository management.
45+
3. [python](https://www.python.org/) to build and code in Keras.
4746

48-
### Setup and check local workspace
47+
### Setup and configure local workspace
4948

5049
Using Apple Mac as an example (and linux will be very similar), the following
5150
commands set up and check the configuration of a local workspace.
@@ -69,7 +68,7 @@ scottzhu-macbookpro2:~ scottzhu$ mkdir workspace
6968
scottzhu-macbookpro2:~ scottzhu$ cd workspace/
7069
```
7170

72-
### Download keras code and setup virtual environment
71+
### Download code and set up virtual environment
7372

7473
A [Python virtual environment](https://docs.python.org/3/tutorial/venv.html) is a
7574
powerful tool to create a self-contained environment that isolates any change
@@ -137,7 +136,7 @@ INFO: Build completed successfully, 20 total actions
137136
INFO: Build completed successfully, 20 total actions
138137
```
139138

140-
### Creating PR and wait for review
139+
### Create a PR and wait for review
141140

142141
Once the local change is made and verified with tests, you can open a PR in
143142
[keras-team/keras](https://github.com/keras-team/keras). After the PR is sent,

0 commit comments

Comments
 (0)