Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 312 Bytes

CONTRIBUTING.mkd

File metadata and controls

10 lines (9 loc) · 312 Bytes

Contributing

  • Raise an issue if appropriate
  • Fork the repo
  • Bootstrap the dev dependencies (run ./script/bootstrap)
  • Make your changes
  • Use gofmt
  • Make sure the tests pass (run ./script/test)
  • Make sure the linters pass (run ./script/lint)
  • Issue a pull request