doc: use make instead of go command to test changes (#7951)

master
Yao Zongyou 5 years ago committed by kannappanr
parent 041a812ba0
commit 59e1763816
  1. 2
      CONTRIBUTING.md

@ -37,7 +37,7 @@ After your code changes, make sure
- To add test cases for the new code. If you have questions about how to do it, please ask on our [Slack](https://slack.min.io) channel. - To add test cases for the new code. If you have questions about how to do it, please ask on our [Slack](https://slack.min.io) channel.
- To run `make verifiers` - To run `make verifiers`
- To squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request. - To squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
- To run `go test -race ./...` and `go build` completes. - To run `make test` and `make build` completes.
### Commit changes ### Commit changes
After verification, commit your changes. This is a [great post](https://chris.beams.io/posts/git-commit/) on how to write useful commit messages After verification, commit your changes. This is a [great post](https://chris.beams.io/posts/git-commit/) on how to write useful commit messages

Loading…
Cancel
Save