Skip to content

Commit f696dc9

Browse files
Add @all-contributors contribution
1 parent afbd34b commit f696dc9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@
9292
"bug",
9393
"code"
9494
]
95+
},
96+
{
97+
"login": "hasparus",
98+
"name": "Piotr Monwid-Olechnowicz",
99+
"avatar_url": "https://avatars.githubusercontent.com/u/15332326?v=4",
100+
"profile": "https://haspar.us/",
101+
"contributions": [
102+
"code",
103+
"doc",
104+
"maintenance"
105+
]
95106
}
96107
],
97108
"contributorsPerLine": 7

packages/earljs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p align="center">
77
<img alt="Build status" src="https://github.com/dethcrypto/earl/workflows/CI/badge.svg">
88
<a href="/package.json"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
9-
<img alt="All contributors" src="https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square">
9+
<img alt="All contributors" src="https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square">
1010
<a href="https://discord.gg/wQDkeDgzgv"><img alt="Join our discord!" src="https://img.shields.io/discord/895381864922091630.svg?color=7289da&label=deth&logo=discord&style=flat-square"></a>
1111
</p>
1212
</p>
@@ -67,6 +67,7 @@ Thanks goes to these wonderful people
6767
</tr>
6868
<tr>
6969
<td align="center"><a href="https://github.com/rkrupinski"><img src="https://avatars.githubusercontent.com/u/775177?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rafał Krupiński</b></sub></a><br /><a href="https://github.com/earl-js/earl/issues?q=author%3Arkrupinski" title="Bug reports">🐛</a> <a href="https://github.com/earl-js/earl/commits?author=rkrupinski" title="Code">💻</a></td>
70+
<td align="center"><a href="https://haspar.us/"><img src="https://avatars.githubusercontent.com/u/15332326?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Piotr Monwid-Olechnowicz</b></sub></a><br /><a href="https://github.com/earl-js/earl/commits?author=hasparus" title="Code">💻</a> <a href="https://github.com/earl-js/earl/commits?author=hasparus" title="Documentation">📖</a> <a href="#maintenance-hasparus" title="Maintenance">🚧</a></td>
7071
</tr>
7172
</table>
7273

0 commit comments

Comments
 (0)