Skip to content

Commit e0c9608

Browse files
author
marekrozmus
authored
Merge pull request #8 from sandstreamdev/all-contributors/add-marekrozmus
docs: add marekrozmus as a contributor
2 parents 435ee56 + e88ee7f commit e0c9608

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-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": "marekrozmus",
10+
"name": "marekrozmus",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/26272040?v=4",
12+
"profile": "https://github.com/marekrozmus",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"test"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "react-swipeable-list",
22+
"projectOwner": "sandstreamdev",
23+
"repoType": "github",
24+
"repoHost": "https://github.com"
25+
}

README.md

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

34
<h3 align="center">
45
Swipeable list component for React.
@@ -40,3 +41,19 @@ yarn add sandstreamdev/react-swipeable-list
4041
## License
4142

4243
[MIT](LICENSE).
44+
45+
## Contributors ✨
46+
47+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
48+
49+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
50+
<!-- prettier-ignore -->
51+
<table>
52+
<tr>
53+
<td align="center"><a href="https://github.com/marekrozmus"><img src="https://avatars3.githubusercontent.com/u/26272040?v=4" width="100px;" alt="marekrozmus"/><br /><sub><b>marekrozmus</b></sub></a><br /><a href="https://github.com/sandstreamdev/react-swipeable-list/commits?author=marekrozmus" title="Code">💻</a> <a href="https://github.com/sandstreamdev/react-swipeable-list/commits?author=marekrozmus" title="Documentation">📖</a> <a href="https://github.com/sandstreamdev/react-swipeable-list/commits?author=marekrozmus" title="Tests">⚠️</a></td>
54+
</tr>
55+
</table>
56+
57+
<!-- ALL-CONTRIBUTORS-LIST:END -->
58+
59+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)