Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LICENSE #18

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

<!--- Please provide a general summary of your changes in the title above -->

## Pull request type
Expand Down
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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 [email protected].
Loading