Skip to content

Commit 7221e8c

Browse files
authored
Merge pull request #1145 from celestiaorg/rp/contributing-protobuf
Add Protobuf section to CONTRIBUTING.md
2 parents e232910 + 02b2b33 commit 7221e8c

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
@@ -108,3 +108,7 @@ package](https://golang.org/pkg/testing/). If you're adding or removing a
108108
function, please check there's a `TestType_Method` test for it.
109109

110110
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

Comments
 (0)