Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 416 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 416 Bytes

Contributing to Turnpike

Pull requests and bug reports are appreciated.

Pull Requests

  1. If you want to contribute a major feature or change, please open an issue to discuss first.
  2. Please run go fmt on your code
  3. Check that go tool vet ./ produces no warnings when run from the directory where you made changes.
  4. Write a test for any non-trivial changes.
  5. Make sure all the tests pass.