Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 196 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 196 Bytes

Contributing

TL;dr

  • git clone
  • create patch or new feature
  • write a test
  • run tests cd tests && make all run-tests
  • lint code cd tests && make lint
  • commit and push your changes