Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 988 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (27 loc) · 988 Bytes

Contributing

Pull requests and Github issues are welcome! Ask questions by posting to the H3 tag on StackOverflow

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.
  • Please open issues to discuss large features or changes which would break compatibility, before submitting pull requests.
  • Please keep code coverage of H3-Go library near 100%.

Development

Install dependencies:

go get -t ./...

Run tests:

go test

Generate coverage:

go test -coverprofile=c.out && go tool cover -html=c.out

Other ways to contribute

You may also be interested in contributing to the @uber/h3 repository, which includes more detailed documentation for the functions provided by H3-Go.