Skip to content

Commit ecca817

Browse files
committed
Update CONTRIBUTING.md and LICENSE
1 parent 182adb5 commit ecca817

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2-
31
<!--- Please provide a general summary of your changes in the title above -->
42

53
## Pull request type

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Notice to external contributors
2+
3+
## Common
4+
5+
YDB is a free and open project and we appreciate to receive contributions from our community.
6+
7+
## Contributing code changes
8+
9+
If you would like to contribute a new feature or a bug fix, please discuss your idea first on the GitHub issue.
10+
If there is no issue for your idea, please open one. It may be that somebody is already working on it,
11+
or that there are some complex obstacles that you should know about before starting the implementation.
12+
Usually there are several ways to fix a problem and it is important to find the right approach before spending time on a PR
13+
that cannot be merged.
14+
15+
## Provide a contribution
16+
17+
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.
18+
19+
## Other questions
20+
21+
If you have any questions, please mail us at [email protected].

LICENSE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
Copyright 2019 YANDEX LLC
1+
Copyright 2019-2024 YANDEX LLC
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at
6-
76
http://www.apache.org/licenses/LICENSE-2.0
8-
97
Unless required by applicable law or agreed to in writing, software
108
distributed under the License is distributed on an "AS IS" BASIS,
119
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)