Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 565 Bytes

Thanks for your interest in contributing to Pyflow. 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

Before submitting a PR, please run cargo fmt, cargo clippy, and cargo test.

Recommended starting points:

  • Open issues
  • Dependency graphs that don't resolve correctly
  • Adding and improving tests
  • Bugs or inconvenient behavior you've encountered
  • Friction points in your workflow not already addressed
  • //todo comments in code