aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: 9f8bae03f643637224601cf249eaa01bebbe8909 (plain)
1
2
3
4
5
- When editing Go, please run `go fmt` before every commit.

- You may run tests locally with either `go test` or `npm test` for Go and
  JavaScript, respectively.