Update CONTRIBUTING.md
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
dc9a3dfa85
commit
8a6b1d05ba
|
@ -91,7 +91,7 @@ Here's how to run the test suite:
|
||||||
|
|
||||||
## Vendoring
|
## Vendoring
|
||||||
|
|
||||||
We managing updates via [Modules](https://golang.org/cmd/go/#hdr-Module_maintenance).
|
We manage dependencies via [Go Modules](https://golang.org/cmd/go/#hdr-Module_maintenance), more details: [go mod](https://go.dev/ref/mod).
|
||||||
|
|
||||||
Pull requests should only include `go.mod`, `go.sum` updates if they are part of
|
Pull requests should only include `go.mod`, `go.sum` updates if they are part of
|
||||||
the same change, be it a bugfix or a feature addition.
|
the same change, be it a bugfix or a feature addition.
|
||||||
|
|
Loading…
Reference in New Issue