From b0286ee68a118b84b1345ac680a738d2b2ca34de Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 12 Sep 2023 11:46:58 -0700 Subject: [PATCH] Add doc for contributing --- .github/CONTRIBUTING.md | 14 ++++++++++++++ README.md | 1 + docs/development.md | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..768b35b82 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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). diff --git a/README.md b/README.md index 0f9244478..14a86d576 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/development.md b/docs/development.md index ff780107c..6845df383 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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)