Skip to content

Commit 9376490

Browse files
authored
Updated LICENSE and CONTRIBUTING.md (#130)
2 parents 0139394 + 5b2a0c3 commit 9376490

File tree

3 files changed

+28
-35
lines changed

3 files changed

+28
-35
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
# How to contribute
1+
# Notice to external contributors
22

3-
First and foremost, thank you for considering contributing to the db-java-dialects project!
4-
Your assistance is highly valued by the YDB community.
3+
## Common
54

6-
This document provides guidelines for contributing to the project
7-
and suggests ways to propose improvements, report bugs, and submit pull requests.
5+
YDB is a free and open project and we appreciate to receive contributions from our community.
86

9-
## Reporting Issues
7+
## Contributing code changes
108

11-
Before reporting an issue:
12-
- Use the GitHub issue search to check if the issue has already been reported.
13-
- If the issue is a bug, include a clear description of the problem with as much relevant information as possible (e.g., versions of libs).
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.
1414

15-
To report a new issue, please follow these steps:
15+
## Provide a contribution
1616

17-
- Go to the "Issues" tab in the "db-java-dialects" repository.
18-
- Click on the "New Issue" button and choose the appropriate type of issue (error report or feature request).
19-
- Fill in the required details according to the selected template.
20-
- Assign the relevant tags.
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.
2118

22-
## Legal Info
19+
## Other questions
2320

24-
In order for us (YANDEX LLC) to accept patches and other contributions from you,
25-
you will have to adopt our Yandex Contributor License Agreement (the “**CLA**”).
26-
The current version of the CLA you may find here:
27-
1) https://yandex.ru/legal/cla/?lang=en (in English) and
28-
2) https://yandex.ru/legal/cla/?lang=ru (in Russian).
21+
If you have any questions, please mail us at [email protected].

LICENSE.md renamed to LICENSE

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright 2022 YANDEX LLC
2-
Apache License
1+
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/
54

@@ -186,3 +185,17 @@ Copyright 2022 YANDEX LLC
186185
file or class name and description of purpose be included on the
187186
same "printed page" as the copyright notice for easier
188187
identification within third-party archives.
188+
189+
Copyright 2022-2024 YANDEX LLC
190+
191+
Licensed under the Apache License, Version 2.0 (the "License");
192+
you may not use this file except in compliance with the License.
193+
You may obtain a copy of the License at
194+
195+
http://www.apache.org/licenses/LICENSE-2.0
196+
197+
Unless required by applicable law or agreed to in writing, software
198+
distributed under the License is distributed on an "AS IS" BASIS,
199+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200+
See the License for the specific language governing permissions and
201+
limitations under the License.

NOTICE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)