Browse Source

Expand on contributing guidelines for clarity

Signed-off-by: Thane Thomson <connect@thanethomson.com>
pull/7975/head
Thane Thomson 3 years ago
parent
commit
341b20e3a0
No known key found for this signature in database GPG Key ID: 19811391D676EE45
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      CONTRIBUTING.md

+ 6
- 0
CONTRIBUTING.md View File

@ -114,8 +114,14 @@ need to install [buf](https://buf.build/) and `gogoproto`. Then, from the root
of the repository, run: of the repository, run:
```bash ```bash
# Lint all of the .proto files in proto/tendermint
make proto-lint make proto-lint
# Check if any of your local changes (prior to committing to the Git repository)
# are breaking
make proto-check-breaking make proto-check-breaking
# Generate Go code from the .proto files in proto/tendermint
make proto-gen make proto-gen
``` ```


Loading…
Cancel
Save