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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -108,3 +108,7 @@ package](https://golang.org/pkg/testing/). If you're adding or removing a
108
108
function, please check there's a `TestType_Method` test for it.
109
109
110
110
Run: `make test`
111
+
112
+
## Protobuf
113
+
114
+
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