From e5609c833814d8633394d6d49ddd6b44b4689909 Mon Sep 17 00:00:00 2001 From: Artem Grigorev Date: Tue, 23 Apr 2024 19:21:03 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd3cd9de..ae9cd1e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,8 @@ ## General info -Hello! In order for us to accept patches and other contributions from you, you will have to adopt Yandex Contributor License Agreement (the “**CLA**”). The current version of the CLA can be found at https://yandex.ru/legal/cla/?lang=en. +Hello! In order for us to accept patches and other contributions from you, you will have to adopt Toloka Contributor License Agreement (the “**CLA**”). +The current version of the CLA for individuals can be found at https://toloka.ai/legal/cla_individual, for corporate contributors — at https://toloka.ai/legal/cla_corporate. By adopting the CLA, you state the following: @@ -19,7 +20,11 @@ If you agree with these principles, please read and adopt our CLA. By providing If you have already adopted terms and conditions of the CLA, you are able to provide your contributions. When you submit your first pull request, please add the following information into it: ``` -I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en. +I hereby agree to the terms of the CLA available at: https://toloka.ai/legal/cla_individual. +``` +or +``` +I hereby agree to the terms of the CLA available at: https://toloka.ai/legal/cla_corporate. ``` It is enough to provide this notification only once. From 748ab31f2dbf34ca257da57a9508f8886d8bcc43 Mon Sep 17 00:00:00 2001 From: Artem Grigorev Date: Fri, 26 Apr 2024 15:37:00 +0200 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7734f9fd..a420530e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ - [ ] I have read the **CONTRIBUTING** document -- [ ] I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en +- [ ] I hereby agree to the terms of either individual CLA available at: https://toloka.ai/legal/cla_individual or corporate CLA available at: https://toloka.ai/legal/cla_corporate, whichever is applicable to me, as it pertains to direct contributions to crowd-kit only - [ ] My change requires a change to the documentation - [ ] I have updated the documentation accordingly - [ ] I have added tests to cover my changes