Contributing
Issues and discussions
To report a bug or a documentation error, open an issue. To ask a question or share an idea, start a discussion.
Pull requests
For pull requests, please follow these guidelines:
- Use
master
as the base branch. - To format your code, use
ktfmt
with--google-style
. Follow the conventions described on the “Coding conventions” page of the Kotlin documentation. If there’s a conflict between these two,ktfmt
takes precedence. - Add documentation for all public APIs.