UNPKG

1.05 kBMarkdownView Raw
1# Contributing to the h3-js library
2
3Pull requests and Github issues are welcome!
4
5## Issues & Questions
6
7* Post **bug reports or feature requests** to the [Github Issues page](https://github.com/uber/h3-js/issues)
8* Ask **questions** by posting to the [H3 tag on StackOverflow](https://stackoverflow.com/questions/tagged/h3)
9
10## Pull requests
11
12* Please include tests that show the bug is fixed or feature works as intended.
13* Please add a description of your change to the Unreleased section of the [changelog](./CHANGELOG.md).
14* Please open issues to discuss large features or changes which would break compatibility, before submitting pull requests.
15* Please keep code coverage of h3-js library at 100%.
16
17Before we can merge your changes, you must agree to the [Uber Contributor License Agreement](https://cla-assistant.io/uber/h3-js).
18
19## Other ways to contribute
20
21You may also be interested in [contributing to the H3 core library repository](https://github.com/uber/h3/blob/master/CONTRIBUTING.md), which includes the API documentation for H3.