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 contribution.md #676

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions ru/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- Дополнять код;
- Разрабатывать фронтенд;
- Сообщать об ошибках;
- Помогать другим пользователям разобраться в деталях;
- Помогать другим пользователям разбираться в деталях;
Copy link
Contributor

@shevelev-anatoliy shevelev-anatoliy Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется, "разобраться" тут больше подходит.
Помогать сделать что? Разобраться

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давайте перефразируем :) например просто Помогать другим пользователям
Раз вы правите эту часть, приведите, пожалуйста, список в соответствие со стилистикой документации и внесите изменения в en версию

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хорошо! Сделаю

- Дополнять документацию;
- Продвигать проект.

Expand Down Expand Up @@ -51,7 +51,7 @@
<a name="if-you-find-a-mistake"></a>
## Если вы нашли ошибку

1. У вас достаточно опыта, чтобы предложить решение. Я буду крайне рад вашему PR с описанием ошибки и вариантом её исправления.
1. У вас достаточно опыта, чтобы предложить решение? Я буду крайне рад вашему PR с описанием ошибки и вариантом её исправления.

2. Если вы не знаете, как решить проблему - создайте GitHub issues, и мы скоро исправим проблему.

Expand All @@ -61,7 +61,7 @@
<a name="main-branch"></a>
## Основная ветка

На данный момент основная ветка `3.x`
На данный момент основная ветка `3.x`.

<a name="coding-style"></a>
## Стиль кодирования
Expand Down