From 5f47749f897a36a1593dd2580af6a8720ae2f4b8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sun, 2 Jun 2019 03:32:54 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 11ec80150..ced940b3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ![ml5](https://user-images.githubusercontent.com/10605821/41332516-2ee26714-6eac-11e8-83e4-a40b8761e764.png) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) [![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef)](https://www.browserstack.com/automate/public-build/QVNDdlkvMzNYSmhRRWlweXlIOTBENkd0MDBCOUJlbmFVZFRneFIzNlh4az0tLXA4S0loSGNlVUc2V2I3cVdLdXBKdGc9PQ==--8a5e5bfd3eafbba0702c02ec57ffec9d627a78ef)[![Version](https://img.shields.io/npm/v/ml5.svg?style=flat-square)](https://www.npmjs.com/package/ml5) [![Twitter Follow](https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow)](https://twitter.com/ml5js) @@ -80,3 +81,15 @@ ml5.js is supported by the time and dedication of open source developers from al Many thanks [BrowserStack](https://www.browserstack.com/) for providing testing support. + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + +
CristΓ³bal Valenzuela
CristΓ³bal Valenzuela

πŸ› πŸ’Ό πŸ’» πŸ–‹ πŸ“– 🎨 πŸ’‘ πŸ” πŸ€” πŸš‡ 🚧 πŸ“¦ πŸ”Œ πŸ“† πŸ‘€ πŸ”§ ⚠️ βœ… πŸ“’ πŸ““ πŸ“Ή πŸ’¬ πŸ“
+ + + +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 816a7e04db8285f597a72096f6561f6d58d8e863 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sun, 2 Jun 2019 03:32:55 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..c722c1917 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,45 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "cvalenzuela", + "name": "CristΓ³bal Valenzuela", + "avatar_url": "https://avatars0.githubusercontent.com/u/10605821?v=4", + "profile": "https://cvalenzuelab.com/", + "contributions": [ + "bug", + "business", + "code", + "content", + "doc", + "design", + "example", + "fundingFinding", + "ideas", + "infra", + "maintenance", + "platform", + "plugin", + "projectManagement", + "review", + "tool", + "test", + "tutorial", + "talk", + "userTesting", + "video", + "question", + "blog" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "ml5-library", + "projectOwner": "ml5js", + "repoType": "github", + "repoHost": "https://github.com" +}