From e659a00790c6659636da2255ad8f9050bde14087 Mon Sep 17 00:00:00 2001 From: techmaharaj Date: Fri, 1 Jul 2022 11:36:46 +0530 Subject: [PATCH] Updated contribution document --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d411b10..ef081c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,9 +142,11 @@ go run github.com/paralus/paralus If you're making changes to any of the proto files, you'll have to perform the following steps: -- `make clean` - would clean all the *.pb files -- `make build-proto` - would ensure changes to proto are valid -- `make gen-proto` - to generate *.pb files with the latest changes to proto files. +- `make build` - build binary artifacts. +- `make test` - run all tests. +- `make check` - perform check like fmt and vet. +- `make clean` - clean all binary artifacts. +- `make build-proto` - rebuild all proto files. ## Need Help?