Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 1.43 KB

Contributing

Places to change together

Must edit the others if they change any of the following:

Release new version

File Place(s)
README.md Installation
build.gradle.kts version
examples/jvm: build.gradle.kts version
dependencies
examples/native: build.gradle.kts version
dependencies
examples/e2e: build.gradle.kts version
dependencies

Add new example

Adding a new example, add it to the examples list. Also, add to Places to change together as the examples should follow the latest version.

File Place(s)
CONTRIBUTING.md Places to change together
examples: README.md Examples