From d780aedb8826f3cf845cdc88dc7b1d08ae36cb47 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 18 Mar 2021 10:58:17 +0300 Subject: [PATCH] docs: mention contact info in contributing article --- docs/en/contributing.md | 2 +- docs/ru/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/contributing.md b/docs/en/contributing.md index e51442d7..5f56437e 100644 --- a/docs/en/contributing.md +++ b/docs/en/contributing.md @@ -56,7 +56,7 @@ Prepare your article and send it as a pull request to the [Clover repository](ht git checkout -b new-article ``` -4. Write a new article in the [Markdown](https://en.wikipedia.org/wiki/Markdown) format and save it in the `docs/ru` or `docs/en` folder (for example, `docs/en/new_article.md`). +4. Write a new article in the [Markdown](https://en.wikipedia.org/wiki/Markdown) format and save it in the `docs/ru` or `docs/en` folder (for example, `docs/en/new_article.md`). Don't forget to give you contacts (e-mail / Telegram / ...) in articles on your projects. 5. Place additional visual assets in the `docs/assets` folder and add them to your article. 6. Add a link to your article to the appropriate section in the `SUMMARY.md` file (in the same folder as in the fourth step): diff --git a/docs/ru/contributing.md b/docs/ru/contributing.md index f36fde13..a183b74e 100644 --- a/docs/ru/contributing.md +++ b/docs/ru/contributing.md @@ -56,7 +56,7 @@ git checkout -b new-article ``` -4. Напишите новую статью в разделе `docs/ru` или `docs/en` в формате [Markdown](https://ru.wikipedia.org/wiki/Markdown) (например `docs/ru/new_article.md`). +4. Напишите новую статью в разделе `docs/ru` или `docs/en` в формате [Markdown](https://ru.wikipedia.org/wiki/Markdown) (например `docs/ru/new_article.md`). Не забудьте указать контактную информацию (e-mail / Telegram /...) для авторских статей. 5. Поместите дополнительные визуальные материалы в папку `docs/assets` и оформите на них ссылки в вашей статье. 6. Добавьте статью в файл оглавления `SUMMARY.md` в том разделе, где вы её написали (например в `docs/ru/SUMMARY.md`):