Skip to content

Commit

Permalink
docs: add favna as a contributor for code (#56)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Dec 18, 2022
1 parent 9b1cab3 commit 2e5d2e7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
69 changes: 43 additions & 26 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,28 +1,45 @@
{
"projectName": "esbuild-plugins-node-modules-polyfill",
"projectOwner": "imranbarbhuiya",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "imranbarbhuiya",
"name": "Parbez",
"avatar_url": "https://avatars.githubusercontent.com/u/74945038?v=4",
"profile": "https://github.com/imranbarbhuiya",
"contributions": ["code", "maintenance", "ideas"]
},
{
"login": "renovate-bot",
"name": "WhiteSource Renovate",
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4",
"profile": "https://renovate.whitesourcesoftware.com",
"contributions": ["maintenance"]
}
],
"contributorsPerLine": 7,
"skipCi": true
"projectName": "esbuild-plugins-node-modules-polyfill",
"projectOwner": "imranbarbhuiya",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "imranbarbhuiya",
"name": "Parbez",
"avatar_url": "https://avatars.githubusercontent.com/u/74945038?v=4",
"profile": "https://github.com/imranbarbhuiya",
"contributions": [
"code",
"maintenance",
"ideas"
]
},
{
"login": "renovate-bot",
"name": "WhiteSource Renovate",
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4",
"profile": "https://renovate.whitesourcesoftware.com",
"contributions": [
"maintenance"
]
},
{
"login": "favna",
"name": "Jeroen Claassens",
"avatar_url": "https://avatars.githubusercontent.com/u/4019718?v=4",
"profile": "https://favware.tech",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Parbez</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/commits?author=imranbarbhuiya" title="Code">💻</a> <a href="#maintenance-imranbarbhuiya" title="Maintenance">🚧</a> <a href="#ideas-imranbarbhuiya" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://renovate.whitesourcesoftware.com"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt=""/><br /><sub><b>WhiteSource Renovate</b></sub></a><br /><a href="#maintenance-renovate-bot" title="Maintenance">🚧</a></td>
</tr>
<tbody>
<tr>
<td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt="Parbez"/><br /><sub><b>Parbez</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/commits?author=imranbarbhuiya" title="Code">💻</a> <a href="#maintenance-imranbarbhuiya" title="Maintenance">🚧</a> <a href="#ideas-imranbarbhuiya" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://renovate.whitesourcesoftware.com"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt="WhiteSource Renovate"/><br /><sub><b>WhiteSource Renovate</b></sub></a><br /><a href="#maintenance-renovate-bot" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://favware.tech"><img src="https://avatars.githubusercontent.com/u/4019718?v=4?s=100" width="100px;" alt="Jeroen Claassens"/><br /><sub><b>Jeroen Claassens</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/commits?author=favna" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
Expand Down

0 comments on commit 2e5d2e7

Please sign in to comment.