Welcome to contribute to this project! To ensure an effective collaboration, please read the following guidelines.
- Open an issue to discuss changes.
- Fork the repository and create a new branch named like
feat/my-feature, code in it. - Run
./gradlew checkKotlinAbito validate your changes. If including a breaking change, run./gradlew updateKotlinAbi. - When creating PR, use a concise, descriptive PR title with prefixes like
feat:orfix:. Please open the PR against themainbranch.