From fad77d9dcc3ee7fcc7de8fba87398a0b6b8b9c80 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 09:57:34 -0400 Subject: [PATCH] docs: add barakplasma as a contributor (#166) * docs: update README.md * docs: create .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++++ README.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..5f88fe28 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "barakplasma", + "name": "Michael Salaverry", + "avatar_url": "https://avatars0.githubusercontent.com/u/62937?v=4", + "profile": "https://wakatime.com/@barakplasma", + "contributions": [ + "content", + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "ml5-examples", + "projectOwner": "ml5js", + "repoType": "github", + "repoHost": "https://github.com" +} diff --git a/README.md b/README.md index 6d8db006..2b0e4fa9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ml5 Examples +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) ## Description @@ -96,3 +97,15 @@ NOTE: not all of the ml5.js examples are currently working on the p5.js web edit ## Contributing See CONTRIBUTING.MD + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
Michael Salaverry
Michael Salaverry

🖋 🐛
+ + + +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