From 61b26122cba884e73e791a801d2fb5a6fda0b748 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 06:06:19 +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 b5efa3b..92fe122 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # NETCoreBlockly + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + .NET Core API to Blockly @@ -52,3 +55,22 @@ That's all! + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Cosmin Popescu

💻
+ + + + + +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 a61164c29cba4881436cdf40b304d9303a75969d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 06:06:20 +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..6b25c18 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "cosminpopescu14", + "name": "Cosmin Popescu", + "avatar_url": "https://avatars1.githubusercontent.com/u/4983185?v=4", + "profile": "http://www.chestiiautomate.ro/", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "NETCoreBlockly", + "projectOwner": "ignatandrei", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}