Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 42 additions & 31 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,32 +1,43 @@
{
"projectName": "angular-split",
"projectOwner": "angular-split",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "bertrandg",
"name": "Bertrand Gaillard",
"avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4",
"profile": "https://github.com/bertrandg",
"contributions": [
"code"
]
},
{
"login": "beeman",
"name": "Bram Borggreve",
"avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4",
"profile": "https://beeman.dev/",
"contributions": [
"code"
]
}
]
}
"projectName": "angular-split",
"projectOwner": "angular-split",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "bertrandg",
"name": "Bertrand Gaillard",
"avatar_url": "https://avatars.githubusercontent.com/u/7031941?v=4",
"profile": "https://github.com/bertrandg",
"contributions": [
"code"
]
},
{
"login": "beeman",
"name": "Bram Borggreve",
"avatar_url": "https://avatars.githubusercontent.com/u/36491?v=4",
"profile": "https://beeman.dev/",
"contributions": [
"code"
]
},
{
"login": "Jefiozie",
"name": "Jeffrey Bosch",
"avatar_url": "https://avatars.githubusercontent.com/u/17835373?v=4",
"profile": "https://jefiozie.github.io",
"contributions": [
"code"
]
}
],
"commitType": "docs",
"contributorsPerLine": 7
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Documentation and examples:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<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>
<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>
<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>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down