Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 333 Bytes

File metadata and controls

16 lines (13 loc) · 333 Bytes

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/my-feature)
  3. Make your changes
  4. Run tests: make test
  5. Submit a pull request

Development

make build      # Build the binary
make test       # Run smoke tests
make fmt        # Format code
make lint       # Lint code