Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 542 Bytes

File metadata and controls

10 lines (7 loc) · 542 Bytes

Contributing

Welcome to contribute to this project! To ensure an effective collaboration, please read the following guidelines.

Pull Requests

  1. Open an issue to discuss changes.
  2. Fork the repository and create a new branch named like feat/my-feature, code in it.
  3. Run ./gradlew checkKotlinAbi to validate your changes. If including a breaking change, run ./gradlew updateKotlinAbi.
  4. When creating PR, use a concise, descriptive PR title with prefixes like feat: or fix:. Please open the PR against the main branch.