Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 697 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 697 Bytes

Contributing

Contributors are very welcome! No contribution is too small and all contributions are valued.

Some suggestions to get started:

  • Lock at issues and use comments to enabled discussion
  • propose your own issues/pull request to improve software and documentation

Tests

As soon as possible write unitary tests to cover your modifications/enhancements

Before requesting a review

  • use cargo test to ensure that everythings is ok
  • use cargo clippyto track some rules
  • use rust-analyzer as linter