Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 301 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 301 Bytes
  • When editing Go, please run go fmt before every commit.

  • When editing coffeescript (in the proxy/ directory), please run cake lint and resolve any lint issues before every commit.

  • You may run tests locally with either go test or cake test for Go and coffeescript, respectively.