Thanks for your interest in improving vt-optimizer-rs. Contributions are welcome for code, docs, and tests.
- Bug reports: include steps to reproduce, expected/actual behavior, and sample data if possible.
- Feature requests: describe the use case and expected output.
- 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).
- Install Rust toolchain (see
.tool-versions). - Use
maketargets where possible.
make fmtmake clippycargo test
By participating, you agree to follow CODE_OF_CONDUCT.md.