Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 897 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 897 Bytes

How to contribute

  • fork this project on github
  • For setting up the environment to run the self tests, look at .github/workflows/rust.yml.
  • Write a test that fails unless your patch is present.
  • Write the patch to fix the test.
  • Add yourself to the authors line in the Cargo.toml file.
  • Initiate a pull request