Thank you for your interest in contributing!
- Run
cargo fmt --allbefore submitting a pull request to ensure your code is properly formatted. - Run
cargo clippy --no-deps --all-targets --all-features -- -D warningsand fix any warnings or errors. - CI will verify formatting and linting automatically.
- Open pull requests against the
mainbranch. - Include a clear description of your changes.
- Keep pull requests focused and small when possible.
- Run
cargo test --all-featuresto ensure all tests pass before submitting.
- Please be respectful and follow the LLVM Code of Conduct.
If you have any questions, feel free to open an issue or discussion.