Sha256: ae9a8762bcdb23fc88fb67a3951729834fa17d9d9f173dd8bde08bf152f6a0f2

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

# Contributing to the H3 project

Pull requests and Github issues are welcome!

Planned improvements and changes are listed on the [H3 Roadmap](https://github.com/uber/h3/wiki/Roadmap). Roadmap items are currently discussed in Github issues. Feel free to open a discussion about an existing roadmap item or proposing a new one.

## Pull requests

* Please include tests that show the bug is fixed or feature works as intended.
* Please add a description of your change to the Unreleased section of the [changelog](./CHANGELOG.md).
* Please open issues to discuss large features or changes which would break compatibility, before submitting pull requests.
* Please keep H3 compatible with major C compilers, such as GCC, Clang, and MSVC.
* Please keep code coverage of the core H3 library at 100%.

Before we can merge your changes, you must agree to the [Uber Contributor License Agreement](https://cla-assistant.io/uber/h3).

## Other ways to contribute

In addition to making pull requests and Github issues on the @uber/h3 repository, there are other ways you can contribute. Here are some suggestions:

* Writing and updating the [documentation website](./docs/).
* Writing [bindings](./dev-docs/creating_bindings.md) for your preferred language.
* Writing components so that your preferred GIS, mapping, or visualization system can display H3 indexes.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
h3-3.6.2 ext/h3/src/CONTRIBUTING.md
h3-3.6.1 ext/h3/src/CONTRIBUTING.md
h3-3.6.0 ext/h3/src/CONTRIBUTING.md
h3-3.5.1 ext/h3/src/CONTRIBUTING.md
h3-3.5.0 ext/h3/src/CONTRIBUTING.md
h3-3.4.4 ext/h3/src/CONTRIBUTING.md