Skip to content

Commit

Permalink
docs: add instructions for protos contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalmamgain committed Aug 3, 2022
1 parent db695a2 commit bd08592
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ schema: add map schema
- modify dgp.proto.dataset to hold map message
```

**NOTE:** Any [proto schema](../dgp/proto) changes must be seperated from code changes into an independent commit and PR.
**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.


### Pre-commit / Pre-push

Expand Down

0 comments on commit bd08592

Please sign in to comment.