Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 730 Bytes

Contributing to vtProtobuf

Workflow

For all contributors, we recommend the standard GitHub flow based on forking and pull requests.

For significant changes, please create an issue to let everyone know what you're planning to work on, and to track progress and design decisions.

Development

Protobuf version upgrade

  1. Bump protobuf version in ./protobuf.sh) (PROTOBUF_VERSION variable).
  2. Run ./protobuf.sh to download and build protobuf.
  3. Run make genall to regenerate proto files with a new compiler version, including well-known types.