Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3826e8

Browse filesBrowse files
docs: translations list in the README and mention CI/CD requirements
1 parent e509641 commit d3826e8
Copy full SHA for d3826e8

File tree

2 files changed

+14
-3
lines changed
Filter options

2 files changed

+14
-3
lines changed

‎CONTRIBUTING.md

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ These are mostly guidelines, not rules. Use your best judgment, and feel free to
1616
- [Reporting bugs](#reporting-bugs)
1717
- [Proposing enhancements](#proposing-enhancements)
1818
- [Your first code contribution](#your-first-code-contribution)
19+
- [Translation](#translation)
1920
- [Roadmap](#roadmap)
2021
- [Merge Requests / Pull Requests](#merge-requests-pull-requests)
2122
- [Development guides](#repo-overview)
@@ -79,6 +80,9 @@ We appreciate first-time contributors, and we are happy to assist you in getting
7980

8081
You find some issues that are considered as good for first-time contributors looking at [the issues with the `good-first-issue` label](https://gitlab.com/postgres-ai/database-lab/-/issues?label_name%5B%5D=good+first+issue). Assign yourself to an issue and start discussing a possible solution. It is always a good idea to discuss and collaborate before you propose an MR/PR.
8182

83+
### Translation
84+
We are translating `README.md`, `CONTRIBUTING.md` (this document), and other documents in the repository to various languages to make Database Lab Engine more accessible around the globe. Help in this area is always appreciated. You can start from translating the [project's README](/README.md) to your native language and save it in /translations/README.{language}.md]. You can find examples in the [./translations](./translations) directory
85+
8286
### Roadmap
8387
There is [the Roadmap section](https://postgres.ai/docs/roadmap) in the docs. It contains some major items defining big goals for the development team and the DLE community. However, these items cannot be considered a strict plan, so there are no guarantees that everything from the list will be necessarily implemented.
8488

@@ -92,6 +96,8 @@ Please follow these steps to have your contribution considered by the maintainer
9296

9397
While the prerequisites above must be satisfied before having your MR/PR reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your MR/PR can be ultimately accepted.
9498

99+
Note: You would need to have a verified GitLab account to run CI/CD pipelines required to merge the MR/PR. Please, keep your fork repository public for the same reasons.
100+
95101
Additional materials that are worth checking out:
96102
- [Git-related guidelines in the PostgreSQL project](https://wiki.postgresql.org/wiki/Working_with_Git)
97103
- [GitLab flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html)

‎README.md

Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Check out our [contributing guide](./CONTRIBUTING.md) for more details.
139139
### Participate in development
140140
Check out our [contributing guide](./CONTRIBUTING.md) for more details.
141141

142+
### Translate the README
143+
Making Database Lab Engine more accessible to engineers around the Globe is a great help for the project. Check details in the [translation section of contributing guide](./CONTRIBUTING.md#Translation).
144+
142145
### Reference guides
143146
- [DLE components](https://postgres.ai/docs/reference-guides/database-lab-engine-components)
144147
- [DLE configuration reference](https://postgres.ai/docs/database-lab/config-reference)
@@ -174,9 +177,11 @@ Reach out to the Postgres.ai team if you want a trial or commercial license that
174177

175178
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?color=blue)](./CODE_OF_CONDUCT.md)
176179

180+
<!--
181+
## Translations
177182
183+
This README is available in the following translations:
178184
179-
<!--
180-
## Translations
181-
- ...
185+
- [Russian 🇷🇺](translations/README.ru.md) (🙏 [@Tanya301](https://github.com/Tanya301))
186+
- More are comming soon (We would very appreciate your help with translations, check [contributing guide](./CONTRIBUTING.md#Translation) for the details)
182187
-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.