Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for contributing #35

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing

## Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to [submit a CLA](https://github.com/trinodb/cla).

## License

By contributing, you agree that your contributions will be licensed under the
[Apache License Version 2.0 (APLv2)](../LICENSE).

## Contribution process

See the suggested [process for contributions](https://trino.io/development/process.html).
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Find out more details from our documentation:
* [Resource groups API](./docs/resource-groups-api.md)
* [Routing rules](./docs/routing-rules.md)
* [References](./docs/references.md)
* [Contributing](./.github/CONTRIBUTING.md)
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ for more details.

## Contributing

Want to help build trino Gateway? Check out our [contributing
documentation](CONTRIBUTING.md)
Want to help build Trino Gateway? Check out our [contributing
documentation](../.github/CONTRIBUTING.md)