Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 500 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 500 Bytes

Thanks for your interest in contributing to Seed. Bug reports, API improvements, performance improvements and new features are all welcome - as issues, or PRs.

Required tools to build and test:

  • Rust
  • Clippy
  • Rustfmt
  • Cargo-make

Before submitting a PR, please run cargo make verify: This will run fmt, clippy, build all examples, and run all tests.

Recommended starting points:

  • Open issues
  • Adding and improving tests
  • Friction points in your Seed apps
  • //todo comments in code