Skip to content

Commit f06d430

Browse files
authored
docs: add contributors (#21)
1 parent 7026430 commit f06d430

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

.all-contributorsrc

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
{
2-
"files": [
3-
"README.md"
4-
],
5-
"imageSize": 100,
6-
"commit": false,
7-
"commitType": "docs",
8-
"commitConvention": "angular",
9-
"contributors": [
10-
{
11-
"login": "ssynowiec",
12-
"name": "Stanisław Synowiec",
13-
"avatar_url": "https://avatars.githubusercontent.com/u/52856724?v=4",
14-
"profile": "http://ssynowiec.dev",
15-
"contributions": [
16-
"code"
17-
]
18-
}
19-
],
20-
"contributorsPerLine": 7,
21-
"skipCi": true,
22-
"repoType": "github",
23-
"repoHost": "https://github.com",
24-
"projectName": "assets-generator",
25-
"projectOwner": "meetjspl"
2+
"projectName": "assets-generator",
3+
"projectOwner": "meetjspl",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 100,
8+
"commit": false,
9+
"commitConvention": "angular",
10+
"contributors": [
11+
{
12+
"login": "ssynowiec",
13+
"name": "Stanisław Synowiec",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/52856724?v=4",
15+
"profile": "https://github.com/ssynowiec",
16+
"contributions": ["code"]
17+
},
18+
{
19+
"login": "AdiPol1359",
20+
"name": "Adrian Polak",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/27779154?v=4",
22+
"profile": "https://adipol.dev/",
23+
"contributions": ["code"]
24+
}
25+
],
26+
"contributorsPerLine": 7,
27+
"linkToUsage": false
2628
}

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
44

5-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
66

77
<!-- ALL-CONTRIBUTORS-BADGE:END -->
88

@@ -15,15 +15,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
1515
<!-- markdownlint-disable -->
1616
<table>
1717
<tbody>
18-
1918
<tr>
20-
21-
<td align="center" valign="top" width="14.28%"><a href="http://ssynowiec.dev"><img src="https://avatars.githubusercontent.com/u/52856724?v=4?s=100" width="100px;" alt="Stanisław Synowiec"/><br /><sub><b>Stanisław Synowiec</b></sub></a><br /><a href="https://github.com/meetjspl/assets-generator/commits?author=ssynowiec" title="Code">💻</a></td>
19+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ssynowiec"><img src="https://avatars.githubusercontent.com/u/52856724?v=4?s=100" width="100px;" alt="Stanisław Synowiec"/><br /><sub><b>Stanisław Synowiec</b></sub></a><br /><a href="https://github.com/meetjspl/assets-generator/commits?author=ssynowiec" title="Code">💻</a></td>
20+
<td align="center" valign="top" width="14.28%"><a href="https://adipol.dev/"><img src="https://avatars.githubusercontent.com/u/27779154?v=4?s=100" width="100px;" alt="Adrian Polak"/><br /><sub><b>Adrian Polak</b></sub></a><br /><a href="https://github.com/meetjspl/assets-generator/commits?author=AdiPol1359" title="Code">💻</a></td>
2221
</tr>
2322
</tbody>
2423
</table>
2524

26-
2725
<!-- markdownlint-restore -->
2826
<!-- prettier-ignore-end -->
2927

0 commit comments

Comments
 (0)