Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Aug 27, 2024
1 parent e0387f4 commit 52154b3
Showing 1 changed file with 11 additions and 27 deletions.
38 changes: 11 additions & 27 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,21 @@
# Notice to external contributors

## How do I start?
## Common

We try to maintain a small but helpful selection of information on how ydb-k8s-operator is developed and released,
as well as some details of its architecture. Please, have a look at the [docs folder](./docs/), its README functions
as a table of content.
YDB is a free and open project and we appreciate to receive contributions from our community.

## A note on legal terms
## Contributing code changes

Hello! In order for us 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 you may find here https://yandex.ru/legal/cla/?lang=en
If you would like to contribute a new feature or a bug fix, please discuss your idea first on the GitHub issue.
If there is no issue for your idea, please open one. It may be that somebody is already working on it,
or that there are some complex obstacles that you should know about before starting the implementation.
Usually there are several ways to fix a problem and it is important to find the right approach before spending time on a PR
that cannot be merged.

By adopting the CLA, you state the following:
## Provide a contribution

* You obviously wish and are willingly licensing your contributions to us for our open source projects under the terms of the CLA,
* You has 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 has 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.

## How to agree to CLA

If you are willing to adopt 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:
* [link] is the link to the current version of the CLA: https://yandex.ru/legal/cla/?lang=en.

It is enough to provide us such notification once.
To make a contribution you should submit a pull request. There will probably be discussion about the pull request and,
if any changes are needed, we would love to work with you to get your pull request merged.

## Other questions

Expand Down

0 comments on commit 52154b3

Please sign in to comment.