We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e2c31 commit 9dbce47Copy full SHA for 9dbce47
CONTRIBUTING.md
@@ -54,12 +54,12 @@ It is recommended that development is done in the latest
54
docker run --rm -it -v ${PWD}:/addons -w /addons tensorflow/tensorflow:nightly-custom-op /bin/bash
55
```
56
57
-Try those commands below:
+Try these commands below:
58
59
-0. Format codes automatically: `make code-format`
60
-1. Sanity check: `make sanity-check`
61
-2. Run unit test: `make unit-test`
62
-3. All of the above: `make`
+* Format codes automatically: `make code-format`
+* Sanity check: `make sanity-check`
+* Run unit test: `make unit-test`
+* All of the above: `make`
63
64
## Coding style
65
0 commit comments