First of all, thank you for considering contributing to geojson-kt
!
Before contributing, please review and agree to our code of conduct, if you have not already done so.
You can contribute in a number of ways, including:
- Finding and reporting bugs
- Implementing missing functionality
- Improving the documentation
- etc.
Every little bit helps!
As general rule, we try to adhere to Kotlin's coding conventions as much as possible.
Detekt is used to enforce basic style rules and ensure that the code meets some basic criteria to keep it clean and easy-to-use.
Please use clear, concise titles for pull requests.
PR titles and individual commit messages should adhere to the Conventional Commits format.
- PRs will be squashed and merged, so it is important that PR titles and commit messages are in the same format.
If you have any questions, please open an issue we will get back to you as quickly as possible.