Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.15 KB

Contributing

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.

How Can I Contribute?

You can contribute in a number of ways, including:

  • Finding and reporting bugs
  • Implementing missing functionality
  • Improving the documentation
  • etc.

Every little bit helps!

Coding Conventions

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.

Pull Requests

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.

Questions

If you have any questions, please open an issue we will get back to you as quickly as possible.