Skip to content

Commit 7c926dc

Browse files
allcontributors[bot]ghengeveld
authored andcommitted
docs: add Khartir as a contributor (#117)
* docs: update README.md * docs: create .all-contributorsrc * Update README.md
1 parent d162c3f commit 7c926dc

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-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": "Khartir",
10+
"name": "Khartir",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/5592420?v=4",
12+
"profile": "https://github.com/Khartir",
13+
"contributions": [
14+
"code",
15+
"platform"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "react-async",
21+
"projectOwner": "async-library",
22+
"repoType": "github",
23+
"repoHost": "https://github.com"
24+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<a href="https://www.chromaticqa.com/builds?appId=5d7fff2b307e4b0020ae1be4">
6161
<img src="https://badgen.net/badge/tested%20with/chromatic/fc521f" alt="Chromatic">
6262
</a>
63+
<img src="https://img.shields.io/badge/all_contributors-1-orange.svg" alt="All Contributors">
6364
</p>
6465

6566
React component and hook for declarative promise resolution and data fetching. Makes it easy to handle every
@@ -1005,3 +1006,19 @@ Your organization here? [Let us know](https://github.com/async-library/react-asy
10051006
Versions 1.x and 2.x of `react-async` on npm are from a different project abandoned years ago. The original author was
10061007
kind enough to transfer ownership so the `react-async` package name could be repurposed. The first version of this
10071008
project is v3.0.0. Many thanks to Andrey Popp for handing over ownership of `react-async` on npm.
1009+
1010+
## Contributors ✨
1011+
1012+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
1013+
1014+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1015+
<!-- prettier-ignore -->
1016+
<table>
1017+
<tr>
1018+
<td align="center"><a href="https://github.com/Khartir"><img src="https://avatars3.githubusercontent.com/u/5592420?v=4" width="100px;" alt="Khartir"/><br /><sub><b>Khartir</b></sub></a><br /><a href="https://github.com/async-library/react-async/commits?author=Khartir" title="Code">💻</a> <a href="#platform-Khartir" title="Packaging/porting to new platform">📦</a></td>
1019+
</tr>
1020+
</table>
1021+
1022+
<!-- ALL-CONTRIBUTORS-LIST:END -->
1023+
1024+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)