From f6f5b6174557fc05a287d810c7861307005f5118 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:55:23 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c93191aa5..f79d0d329 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Сучасний посібник по JavaScript українською мовою + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + В цьому репозиторію зберігається переклад на українську мову. @@ -58,3 +61,22 @@ P.S. Весь перелік мов можна знайти на сторінц --- Будемо дуже вдячні за ваш переклад, або додавання чогось нового! + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Alexandr Tovmach

🌍
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 7629f764e1accca629a57115194da2b0c33cdd9e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:55:24 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..f1a2aee56 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "alexandrtovmach", + "name": "Alexandr Tovmach", + "avatar_url": "https://avatars0.githubusercontent.com/u/28801003?v=4", + "profile": "https://alexandrtovmach.com", + "contributions": [ + "translation" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "uk.javascript.info", + "projectOwner": "javascript-tutorial", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}