Skip to content

Commit c451aa9

Browse files
author
Luke Brandon Farrell
authored
Merge pull request #8 from aspect-apps/all-contributors/add-gerwim
docs: add gerwim as a contributor
2 parents 19a27f5 + 510a1ec commit c451aa9

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "gerwim",
10+
"name": "Gerwim",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1841721?v=4",
12+
"profile": "https://github.com/gerwim",
13+
"contributions": [
14+
"bug",
15+
"ideas"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "react-native-awesome-pin",
21+
"projectOwner": "aspect-apps",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# react-native-awesome-pin
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

36
[![npm](https://img.shields.io/npm/v/react-native-awesome-pin.svg?style=flat-square)](https://www.npmjs.com/package/react-native-awesome-pin)
47
[![npm licence](http://img.shields.io/npm/l/react-native-awesome-pin.svg?style=flat-square)](https://npmjs.org/package/react-native-awesome-pin)
@@ -195,3 +198,23 @@ If you want to issue a PR, go ahead ;)
195198
## License
196199

197200
This project is licensed under the MIT License
201+
202+
## Contributors ✨
203+
204+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
205+
206+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
207+
<!-- prettier-ignore-start -->
208+
<!-- markdownlint-disable -->
209+
<table>
210+
<tr>
211+
<td align="center"><a href="https://github.com/gerwim"><img src="https://avatars.githubusercontent.com/u/1841721?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gerwim</b></sub></a><br /><a href="https://github.com/aspect-apps/react-native-awesome-pin/issues?q=author%3Agerwim" title="Bug reports">🐛</a> <a href="#ideas-gerwim" title="Ideas, Planning, & Feedback">🤔</a></td>
212+
</tr>
213+
</table>
214+
215+
<!-- markdownlint-restore -->
216+
<!-- prettier-ignore-end -->
217+
218+
<!-- ALL-CONTRIBUTORS-LIST:END -->
219+
220+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)