Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 820 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 820 Bytes

Contributing

Thanks for contributing!

Getting Started

Required software

Making Changes

  • Before committing changes, make sure to run make check to check and format your changes
  • Make sure to run make test to run the tests
  • Add an entry to the CHANGELOG.md file
  • The README.md is generated using cargo-readme automatically after the PR is merged into master.
  • Pull Requests should be made against master.