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 nvonvenient behavior you've encountered
- Friction points in your workflow not already addressed
- `//todo` comments in code