Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.13 KB

CONTRIBUTE.md

File metadata and controls

25 lines (15 loc) · 1.13 KB

Contributing to kokoro-onnx

Thanks for thinking about contributing! 🎉

What We Focus On

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!

Development Recommendations

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

Pull Request Guidelines

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! 🚀