Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 750 Bytes

When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

Guidelines

  • Please format your code with cargo fmt before sending a pull request! Travis CI will fail without this. See this for instructions on how to auto-format rust code. In particular, make sure you have the latest version of rustfmt installed on your machine!