Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (24 loc) · 396 Bytes

Contributing

Requirements

  • Go 1.21+
  • Make

Setup

Install dependencies:

make install

Sources

Statement descriptors are centralized in protobuf files, in the proto directory.

When ready to generate the Go code, run:

make build-protobuff

Releasing

First ensure tests pass:

make test

Then release new version:

make build