Skip to content

Hacking and contributing

Simon B edited this page Dec 22, 2017 · 12 revisions

Hacking

  • make new branch
  • change code
  • add tests for new code
  • cargo test --all
  • All good? make +rustfmt happy, then submit a Pull Request on github (google for good guides on how github PR's work)
Clone this wiki locally