Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 758 Bytes

Contributing

Pull Requests

  1. Use Pull Requests
  2. Document new features and changes : rustdoc, examples in doctests, README.
  3. Use Conventional commits - Angular convention. Scopes are optional.
  4. Do not introduce any code, dependencies or anything else conflicting with project's LICENSE. E.g. anything GNU GPL v3 licensed.

Tests can be run locally: cargo test --all-features runs all tests in the repository. Use cargo bench to run benchmarks.

Issues

Creating issues is a welcome form of contribution. Ideas for features, improvements and questions are welcome and encouraged.