From e153c567b9edec61894b770fe81fd918bc716a44 Mon Sep 17 00:00:00 2001 From: AlexSm Date: Tue, 17 Sep 2024 11:56:52 +0200 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 784c093..7a8c08e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,3 @@ -I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en - ## Pull request type From d68faa5ab88478efb50a65fbc89c2fba883881d0 Mon Sep 17 00:00:00 2001 From: AlexSm Date: Tue, 17 Sep 2024 11:57:43 +0200 Subject: [PATCH 2/2] Create CONTRIBUTING.md --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..891a343 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Notice to external contributors + +## Common + +YDB is a free and open project and we appreciate to receive contributions from our community. + +## Contributing code changes + +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. + +## Provide a contribution + +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 + +If you have any questions, please mail us at info@ydb.tech.