Skip to content

Commit f1ddc38

Browse files
docs: add icyJoseph as a contributor (#22)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci]
1 parent de87c2c commit f1ddc38

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "icyJoseph",
10+
"name": "Joseph",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/21013447?v=4",
12+
"profile": "https://icyjoseph.dev/",
13+
"contributions": [
14+
"code",
15+
"bug",
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "useStateMachine",
22+
"projectOwner": "cassiozen",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<p align="center">
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
<img src="https://user-images.githubusercontent.com/33676/111815108-4695b900-88a9-11eb-8b61-3c45b40d4df6.png" width="250" alt=""/>
36
</p>
47

@@ -236,3 +239,23 @@ const [state, send] = useStateMachine<{ toggleCount: number }>({ toggleCount: 0
236239
- [Contributing](https://github.com/cassiozen/useStateMachine/wiki/Contributing-to-useStateMachine)
237240
- [Comparison with XState](https://github.com/cassiozen/useStateMachine/wiki/XState-comparison)
238241
- [Source code walkthrough video](https://github.com/cassiozen/useStateMachine/wiki/Source-code-walkthrough-video)
242+
243+
## Contributors ✨
244+
245+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
246+
247+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
248+
<!-- prettier-ignore-start -->
249+
<!-- markdownlint-disable -->
250+
<table>
251+
<tr>
252+
<td align="center"><a href="https://icyjoseph.dev/"><img src="https://avatars.githubusercontent.com/u/21013447?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joseph</b></sub></a><br /><a href="https://github.com/cassiozen/useStateMachine/commits?author=icyJoseph" title="Code">💻</a> <a href="https://github.com/cassiozen/useStateMachine/issues?q=author%3AicyJoseph" title="Bug reports">🐛</a> <a href="https://github.com/cassiozen/useStateMachine/commits?author=icyJoseph" title="Documentation">📖</a></td>
253+
</tr>
254+
</table>
255+
256+
<!-- markdownlint-restore -->
257+
<!-- prettier-ignore-end -->
258+
259+
<!-- ALL-CONTRIBUTORS-LIST:END -->
260+
261+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)