You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
* List required tools to build from sources
Adds the list of required tools to build from sources and so other minor changes to CONTRIBUTING.md
* Add note about build requiring $GOPATH/bin on $PATH
Checkout a new branch, make modifications and push the branch to your fork
58
+
*Note:* the default build target requires tools that are installed at `$(go env GOPATH)/bin`, ensure that `$(go env GOPATH)/bin` is included in your `PATH`.
59
+
60
+
## Creating a PR
61
+
62
+
Checkout a new branch, make modifications, build locally, and push the branch to your fork
0 commit comments