Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 378 Bytes

How to contribute

  • File an issue
  • Fork the repo
  • Make your changes on a branch in your repo
  • Make sure the project builds without any compiler warnings by running these commands
    • cargo build --examples
  • Make sure all tests pass:
    • cargo test
  • Submit a pull request

By submitting code you agree to the terms of the Apache 2.0 licence for the submitted code.