docs: update contributing link (#22103)

This commit is contained in:
Wukingbow 2024-10-03 21:46:39 +08:00 committed by GitHub
parent 80726f7ebd
commit 1312a811d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,9 +270,9 @@ When extracting a package to its own go modules, some extra steps are required,
## Protobuf
We use [Protocol Buffers](https://developers.google.com/protocol-buffers) along with [gogoproto](https://github.com/cosmos/gogoproto) to generate code for use in Cosmos SDK.
We use [Protocol Buffers](https://protobuf.dev) along with [gogoproto](https://github.com/cosmos/gogoproto) to generate code for use in Cosmos SDK.
For deterministic behavior around Protobuf tooling, everything is containerized using Docker. Make sure to have Docker installed on your machine, or head to [Docker's website](https://docs.docker.com/get-docker/) to install it.
For deterministic behavior around Protobuf tooling, everything is containerized using Docker. Make sure to have Docker installed on your machine, or head to [Docker's website](https://docs.docker.com/get-started/get-docker/) to install it.
For formatting code in `.proto` files, you can run `make proto-format` command.