Skip to content

Commit 02b2b33

Browse files
authored
Add Protobuf section to CONTRIBUTING.md
1 parent 5dc3e16 commit 02b2b33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

+4
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ package](https://golang.org/pkg/testing/). If you're adding or removing a
123123
function, please check there's a `TestType_Method` test for it.
124124

125125
Run: `make test`
126+
127+
## Protobuf
128+
129+
If your PR modifies `*.proto` files, you will need to regenerate protobuf files with `make pb-gen`. Note this command assumes you have installed [protoc](https://grpc.io/docs/protoc-installation/).

0 commit comments

Comments
 (0)