From 3d11715ff485f4ad6c95e791bc68b1bacf47628f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 23:09:40 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f772fc8..853352081 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Сучасний посібник по JavaScript українською мовою 🇺🇦 -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) В цьому репозиторію зберігається переклад на українську мову. @@ -77,6 +77,7 @@ P.S. Весь перелік мов можна знайти на сторінц
Alexandr Tovmach

🌍
Stepan Suvorov

🌍
UkrainianCitizen

🤔 +
lobanov-oleh

🌍 From 924dbf980af2393be500afa6ee750dd20dfe9b22 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 23:09:41 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8613a7833..e8d981483 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -8,7 +8,7 @@ "projectName": "uk.javascript.info", "projectOwner": "javascript-tutorial", "repoType": "github", - "repoHost": "https://javascript.info/", + "repoHost": "https://github.com", "skipCi": true, "contributors": [ { @@ -66,6 +66,15 @@ "contributions": [ "ideas" ] + }, + { + "login": "lobanov-oleh", + "name": "lobanov-oleh", + "avatar_url": "https://avatars0.githubusercontent.com/u/53055773?v=4", + "profile": "https://github.com/lobanov-oleh", + "contributions": [ + "translation" + ] } ] }