Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.7 KB

CONTRIBUTING.md

File metadata and controls

51 lines (33 loc) · 2.7 KB

Notice to external contributors

General info

Hello! In order for us (YANDEX LLC) to accept patches and other contributions from you, you will have to adopt our Yandex Contributor License Agreement (the CLA). The current version of the CLA can be found 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.

Provide contributions

If you have already adopted terms and conditions of the CLA, you are able to provide your contributions. 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.

Pull Request Process

When contributing to this repository, please first discuss the change you wish to make via issue.

  1. Update the README.md with details of changes including example hcl blocks and example files if appropriate.
  2. Run pre-commit hooks pre-commit run -a.
  3. Once all outstanding comments and checklist items have been addressed, your contribution will be merged! Merged PRs will be included in the next release.

Checklists for contributions

  • You have updated at least one of the examples/* to demonstrate and validate change(s)
  • You have tested and validated changes using one or more of the provided examples/* projects
  • README.md has been updated after any changes to variables and outputs.
  • Run pre-commit hooks pre-commit run -a
  • Done steps from Provide contributions section

Other questions

If you have any questions, please mail us at [email protected].