Skip to content

Commit 5c25839

Browse files
allcontributors[bot]rolandszoke
authored andcommitted
docs: add solkimicreb as a contributor (#118)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: Roland <fwalkwithm@gmail.com>
1 parent 5dcec68 commit 5c25839

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
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": "solkimicreb",
10+
"name": "Miklos Bertalan",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/6956014?v=4",
12+
"profile": "https://bertalan-miklos.now.sh/",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "react-easy-state",
20+
"projectOwner": "RisingStack",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Simple React state management. Made with :heart: and ES6 Proxies.
44

55
[![Build](https://img.shields.io/circleci/project/github/RisingStack/react-easy-state/master.svg)](https://circleci.com/gh/RisingStack/react-easy-state/tree/master) [![dependencies Status](https://david-dm.org/RisingStack/react-easy-state/status.svg)](https://david-dm.org/RisingStack/react-easy-state) [![Coverage Status](https://coveralls.io/repos/github/RisingStack/react-easy-state/badge.svg?branch=master&service=github)](https://coveralls.io/github/RisingStack/react-easy-state?branch=master) [![Package size](https://img.shields.io/bundlephobia/minzip/react-easy-state.svg)](https://bundlephobia.com/result?p=react-easy-state) [![Version](https://img.shields.io/npm/v/react-easy-state.svg)](https://www.npmjs.com/package/react-easy-state) [![License](https://img.shields.io/npm/l/react-easy-state.svg)](https://www.npmjs.com/package/react-easy-state) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Simple%20React%20state%20management.%20Made%20with%20%E2%9D%A4%EF%B8%8F%20and%20ES6%20Proxies.&url=https://github.com/RisingStack/react-easy-state&hashtags=reactjs,webdev,javascript)
66

7+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
9+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
10+
711
<a href="#platform-support"><img src="images/browser_support.png" alt="Browser support" width="450px" /></a>
812

913
**NEWS:** v6.1.2 fixed a nasty memory leak. Please upgrade to v6.1.2+ if you use a v6.x version already. Thanks!
@@ -637,3 +641,22 @@ If you use a bundler, set up an alias for `react-easy-state` to point to your de
637641
## Contributing
638642

639643
Contributions are always welcome. Please read our [contributing documentation](CONTRIBUTING.md). Thanks!
644+
645+
## Contributors ✨
646+
647+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
648+
649+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
650+
<!-- prettier-ignore-start -->
651+
<!-- markdownlint-disable -->
652+
<table>
653+
<tr>
654+
<td align="center"><a href="https://bertalan-miklos.now.sh/"><img src="https://avatars3.githubusercontent.com/u/6956014?v=4" width="100px;" alt=""/><br /><sub><b>Miklos Bertalan</b></sub></a><br /><a href="https://github.com/RisingStack/react-easy-state/commits?author=solkimicreb" title="Code">💻</a></td>
655+
</tr>
656+
</table>
657+
658+
<!-- markdownlint-enable -->
659+
<!-- prettier-ignore-end -->
660+
<!-- ALL-CONTRIBUTORS-LIST:END -->
661+
662+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)