Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 578 Bytes

Contributing to Trino

Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA.

License

By contributing to Trino, you agree that your contributions will be licensed under the Apache License Version 2.0 (APLv2).

Go Test

Please Run go test before creating Pull Request

go test -v -race -timeout 1m ./...

Releases

To create a new release, a maintainer with repository write permissions needs to create and push a new git tag.