From 8ee63d49db02a6a4d3a507a00f719f229d3bad6e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 12:33:18 +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 ab0e07f..acddb53 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![npm](https://img.shields.io/npm/v/vue-yandex-maps.svg)](https://www.npmjs.com/package/vue-yandex-maps) [![GitHub issues](https://img.shields.io/github/issues/PNKBizz/vue-yandex-map.svg)](https://github.com/PNKBizz/vue-yandex-map/issues) [![GitHub closed issues](https://img.shields.io/github/issues-closed/PNKBizz/vue-yandex-map.svg)](https://github.com/PNKBizz/vue-yandex-map) @@ -9,3 +12,22 @@ # vue-yandex-maps Documentation: [RU](https://vue-yandex-maps.github.io/), [EN](https://vue-yandex-maps.github.io/en/) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Ivan Gretsky

🌍
+ + + + + +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 b807c6da7e1c8233406e9fa94257af5d11c78ffa Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 12:33:19 +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 0000000..ed81719 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "ivangretsky", + "name": "Ivan Gretsky", + "avatar_url": "https://avatars0.githubusercontent.com/u/6697626?v=4", + "profile": "https://github.com/ivangretsky", + "contributions": [ + "translation" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "vue-yandex-map", + "projectOwner": "PNKBizz", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}