Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2.69 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 2.69 KB

Contributing to ClickHouse

ClickHouse is an open project, and you can contribute to it in many ways. You can help with ideas, code, or documentation. We appreciate any efforts that help us to make the project better.

Thank you.

Technical Info

We have a developer's guide for writing code for ClickHouse. Besides this guide, you can find Overview of ClickHouse Architecture and instructions on how to build ClickHouse in different environments.

If you want to contribute to documentation, read the Contributing to ClickHouse Documentation guide.

Legal Info

In order for us (YANDEX LLC) to accept patches and other contributions from you, you may adopt our Yandex Contributor License Agreement (the "CLA"). The current version of the CLA you may find here:

  1. https://yandex.ru/legal/cla/?lang=en (in English) and
  2. https://yandex.ru/legal/cla/?lang=ru (in Russian).

By adopting the CLA, you state the following:

  • You obviously wish and are willingly licensing your contributions to us for our open source projects under the terms of the CLA,
  • You have read the terms and conditions of the CLA and agree with them in full,
  • You are legally able to provide and license your contributions as stated,
  • We may use your contributions for our open source projects and for any other our project too,
  • We rely on your assurances concerning the rights of third parties in relation to your contributions.

If you agree with these principles, please read and adopt our CLA. By providing us your contributions, you hereby declare that you have already read and adopt our CLA, and we may freely merge your contributions with our corresponding open source project and use it in further in accordance with terms and conditions of the CLA.

If you have already adopted terms and conditions of the CLA, you are able to provide your contributes. When you submit your pull request, please add the following information into it:

I hereby agree to the terms of the CLA available at: [link].

Replace the bracketed text as follows:

It is enough to provide us such notification once.

As an alternative, you can provide DCO instead of CLA. You can find the text of DCO here: https://developercertificate.org/ It is enough to read and copy it verbatim to your pull request.

If you don't agree with the CLA and don't want to provide DCO, you still can open a pull request to provide your contributions.