Skip to content

Commit 8edf638

Browse files
authored
Merge pull request #9 from nodegui/all-contributors/add-rgabs
docs: add rgabs as a contributor
2 parents df66e3c + 49f8012 commit 8edf638

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "rgabs",
10+
"name": "Rahul Gaba",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/7898942?v=4",
12+
"profile": "http://rahulgaba.com",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "react-nodegui",
20+
"projectOwner": "nodegui",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# React NodeGUI
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀
45

@@ -74,3 +75,19 @@ People maintaining this project.
7475
<td align="center"><a href="https://blog.atulr.com"><img src="https://avatars2.githubusercontent.com/u/4029423?v=4" width="100px;" alt="Atul R"/><br /><sub><b>Atul R</b></sub></a></td>
7576
</tr>
7677
</table>
78+
79+
## Contributors ✨
80+
81+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
82+
83+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
84+
<!-- prettier-ignore -->
85+
<table>
86+
<tr>
87+
<td align="center"><a href="http://rahulgaba.com"><img src="https://avatars3.githubusercontent.com/u/7898942?v=4" width="100px;" alt="Rahul Gaba"/><br /><sub><b>Rahul Gaba</b></sub></a><br /><a href="https://github.com/nodegui/react-nodegui/commits?author=rgabs" title="Code">💻</a></td>
88+
</tr>
89+
</table>
90+
91+
<!-- ALL-CONTRIBUTORS-LIST:END -->
92+
93+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)