Skip to content

Commit bd08592

Browse files
committed
docs: add instructions for protos contribution
1 parent db695a2 commit bd08592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ schema: add map schema
7676
- modify dgp.proto.dataset to hold map message
7777
```
7878

79-
**NOTE:** Any [proto schema](../dgp/proto) changes must be seperated from code changes into an independent commit and PR.
79+
**NOTE:** For adding any new [proto schema](../dgp/proto), please run `make build-proto` and also commit the compiled protos. Further, these [proto schema](../dgp/proto) and their compiled protos must be separated from code changes into one independent commit and PR.
80+
8081

8182
### Pre-commit / Pre-push
8283

0 commit comments

Comments
 (0)