Browse Source

Update CONTRIBUTING.md

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
pull/18280/head
a1012112796 4 years ago committed by GitHub
parent
commit
8a6b1d05ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CONTRIBUTING.md

2
CONTRIBUTING.md

@ -91,7 +91,7 @@ Here's how to run the test suite:
## 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
the same change, be it a bugfix or a feature addition.

Loading…
Cancel
Save