Update CONTRIBUTING.md (#2679)

This commit is contained in:
Hsien-Tang Kao 2019-05-23 06:30:00 -07:00 committed by terence tsao
parent 5e3931dc44
commit 3bf46ff6e8

View File

@ -63,7 +63,7 @@ $ go test <file_you_are_working_on>
Changes that affect multiple files can be tested with ...
```
$ gometalinter && bazel test
$ golangci-lint run && bazel test //...
```
**10. Stage the file or files that you want to commit.**