From bd08592e6e7a7d5556c633eb38ea50580a0bcbc5 Mon Sep 17 00:00:00 2001 From: Nehal Mamgain Date: Mon, 1 Aug 2022 20:03:36 +0900 Subject: [PATCH] docs: add instructions for protos contribution --- docs/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index ffd8f6f0..89451635 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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