Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 223 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 223 Bytes

Contributing

Style

JavaScript / JSON

  • JavaScript is a camelCased language, so your JSON should also be camelCased.

Go

  • Use gofmt and gometalinter. Improperly formatted pull requests will be rejected.