Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 6d66e72

Browse files
allcontributors[bot]joeyklee
authored andcommitted
docs: add barakplasma as a contributor (#166)
* docs: update README.md * docs: create .all-contributorsrc
1 parent f78bca2 commit 6d66e72

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.all-contributorsrc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "barakplasma",
10+
"name": "Michael Salaverry",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/62937?v=4",
12+
"profile": "https://wakatime.com/@barakplasma",
13+
"contributions": [
14+
"content",
15+
"bug"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "ml5-examples",
21+
"projectOwner": "ml5js",
22+
"repoType": "github",
23+
"repoHost": "https://github.com"
24+
}

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ml5 Examples
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
## Description
45

@@ -96,3 +97,15 @@ NOTE: not all of the ml5.js examples are currently working on the p5.js web edit
9697
## Contributing
9798

9899
See CONTRIBUTING.MD
100+
101+
## Contributors
102+
103+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
104+
105+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
106+
<!-- prettier-ignore -->
107+
<table><tr><td align="center"><a href="https://wakatime.com/@barakplasma"><img src="https://avatars0.githubusercontent.com/u/62937?v=4" width="100px;" alt="Michael Salaverry"/><br /><sub><b>Michael Salaverry</b></sub></a><br /><a href="#content-barakplasma" title="Content">🖋</a> <a href="https://github.com/ml5js/ml5-examples/issues?q=author%3Abarakplasma" title="Bug reports">🐛</a></td></tr></table>
108+
109+
<!-- ALL-CONTRIBUTORS-LIST:END -->
110+
111+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)