1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-20 03:30:02 +02:00

Refine CONTRIBUTING.md: make test is included in `make precomm… (#416)

This commit is contained in:
Cheng-Lung Sung 2020-01-07 02:16:27 +08:00 committed by Liz Fong-Jones
parent 91091b44eb
commit 723639600d

View File

@ -68,7 +68,6 @@ push the branch to your fork:
$ git checkout -b <YOUR_BRANCH_NAME>
# edit files
$ make precommit
$ make test
$ git add -p
$ git commit
$ git push <YOUR_FORK> <YOUR_BRANCH_NAME>