Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 890 Bytes

File metadata and controls

31 lines (22 loc) · 890 Bytes

Contributing to vt-optimizer-rs

Thanks for your interest in improving vt-optimizer-rs. Contributions are welcome for code, docs, and tests.

How to contribute

Issues

  • Bug reports: include steps to reproduce, expected/actual behavior, and sample data if possible.
  • Feature requests: describe the use case and expected output.

Pull requests

  • Fork the repository on GitHub and work on a branch in your fork.
  • Keep changes small and focused.
  • Add or update tests when behavior changes.
  • Update documentation when you add or change CLI options.
  • Open pull requests against the upstream repository (not your fork).

Development

Setup

  • Install Rust toolchain (see .tool-versions).
  • Use make targets where possible.

Quality checks

  • make fmt
  • make clippy
  • cargo test

Code of Conduct

By participating, you agree to follow CODE_OF_CONDUCT.md.