Thanks for thinking about contributing! 🎉
This repo is for the kokoro-onnx package and examples. Our focus is on improving the package, adding examples, fixing bugs, and keeping things minimal and simple. We aim to prevent unnecessary complexity and ensure the project stays straightforward.
Before contributing, please open a new issue to discuss your idea. This helps make sure it's a good fit and relevant. We're here to help!
We strongly recommend using uv for development, along with the Visual Studio Code extension suggested in the repository's recommendations.
Before submitting a pull request, please ensure your code meets the project's formatting and linting standards by running:
uv run ruff format
uv run ruff check
Do not create a pull request from your main branch. This ensures we can collaborate and edit the PR if needed. Thank you for contributing and helping improve kokoro-onnx! 🚀