improve contributing guide#130
Conversation
|
|
||
| 1. Setup tools | ||
| ```bash | ||
| $ go get -u github.com/golang/dep/cmd/dep |
There was a problem hiding this comment.
fetch dep from master is not recommended. They occaisonally break things on master. Generally, you should use a dep released versoin.
| ``` | ||
| 1. Test | ||
| ```bash | ||
| TRACE=1 ./hack/check-everything.sh |
There was a problem hiding this comment.
check-everything tries to download a bunch of stuff. I'd recommend running test-all.sh and verify.sh separately instead (might be a bit faster too).
There was a problem hiding this comment.
@DirectXMan12 Thanks for your comments.
Considering this PR is merged, I will try and update them in future.
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: interma The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
improve contributing guide
Thanks for review.