Skip to content

Commit 2fbd101

Browse files
docs: add Jefiozie as a contributor for code (#385)
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 309ba85 commit 2fbd101

2 files changed

Lines changed: 51 additions & 31 deletions

File tree

.all-contributorsrc

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,43 @@
11
{
2-
"projectName": "angular-split",
3-
"projectOwner": "angular-split",
4-
"repoType": "github",
5-
"repoHost": "https://github.com",
6-
"files": [
7-
"README.md"
8-
],
9-
"imageSize": 100,
10-
"commit": true,
11-
"commitConvention": "angular",
12-
"contributors": [
13-
{
14-
"login": "bertrandg",
15-
"name": "Bertrand Gaillard",
16-
"avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4",
17-
"profile": "https://github.com/bertrandg",
18-
"contributions": [
19-
"code"
20-
]
21-
},
22-
{
23-
"login": "beeman",
24-
"name": "Bram Borggreve",
25-
"avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4",
26-
"profile": "https://beeman.dev/",
27-
"contributions": [
28-
"code"
29-
]
30-
}
31-
]
32-
}
2+
"projectName": "angular-split",
3+
"projectOwner": "angular-split",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "bertrandg",
15+
"name": "Bertrand Gaillard",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4",
17+
"profile": "https://github.com/bertrandg",
18+
"contributions": [
19+
"code"
20+
]
21+
},
22+
{
23+
"login": "beeman",
24+
"name": "Bram Borggreve",
25+
"avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4",
26+
"profile": "https://beeman.dev/",
27+
"contributions": [
28+
"code"
29+
]
30+
},
31+
{
32+
"login": "Jefiozie",
33+
"name": "Jeffrey Bosch",
34+
"avatar_url": "https://avatars.githubusercontent.com/u/17835373?v=4",
35+
"profile": "https://jefiozie.github.io",
36+
"contributions": [
37+
"code"
38+
]
39+
}
40+
],
41+
"commitType": "docs",
42+
"contributorsPerLine": 7
43+
}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ Documentation and examples:
1818
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1919
<!-- prettier-ignore-start -->
2020
<!-- markdownlint-disable -->
21+
<table>
22+
<tbody>
23+
<tr>
24+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bertrandg"><img src="https://avatars.githubusercontent.com/u/7031941?v=4?s=100" width="100px;" alt="Bertrand Gaillard"/><br /><sub><b>Bertrand Gaillard</b></sub></a><br /><a href="https://github.com/angular-split/angular-split/commits?author=bertrandg" title="Code">💻</a></td>
25+
<td align="center" valign="top" width="14.28%"><a href="https://beeman.dev/"><img src="https://avatars.githubusercontent.com/u/36491?v=4?s=100" width="100px;" alt="Bram Borggreve"/><br /><sub><b>Bram Borggreve</b></sub></a><br /><a href="https://github.com/angular-split/angular-split/commits?author=beeman" title="Code">💻</a></td>
26+
<td align="center" valign="top" width="14.28%"><a href="https://jefiozie.github.io"><img src="https://avatars.githubusercontent.com/u/17835373?v=4?s=100" width="100px;" alt="Jeffrey Bosch"/><br /><sub><b>Jeffrey Bosch</b></sub></a><br /><a href="https://github.com/angular-split/angular-split/commits?author=Jefiozie" title="Code">💻</a></td>
27+
</tr>
28+
</tbody>
29+
</table>
2130

2231
<!-- markdownlint-restore -->
2332
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)