Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 174 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 174 Bytes

Contributing

Requirements

  • Go 1.21+
  • Make

Testing

First ensure tests pass:

make test

Releasing

Release a new version:

make build