Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 390 Bytes

File metadata and controls

18 lines (14 loc) · 390 Bytes

Contributing

Development Setup

  1. Install Go 1.24+, Node 21+, Docker
  2. Clone repo
  3. make dev to start development environment
  4. make test to run tests

Code Style

  • Go: gofmt + go vet
  • TypeScript: ESLint + Prettier
  • Commit messages: conventional commits format

Pull Requests

  • One feature per PR
  • Include tests for new functionality
  • Update docs if API changes