Skip to content

Commit

Permalink
docs: add @benbender as a contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-abc committed Aug 2, 2021
1 parent a64f12a commit a82f1d9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
47 changes: 15 additions & 32 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"projectOwner": "pablo-abc",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
Expand All @@ -15,71 +13,56 @@
"name": "Pablo Berganza",
"avatar_url": "https://avatars.githubusercontent.com/u/40573613?v=4",
"profile": "https://github.com/pablo-abc",
"contributions": [
"code",
"doc",
"ideas",
"maintenance",
"test"
]
"contributions": ["code", "doc", "ideas", "maintenance", "test"]
},
{
"login": "benbender",
"name": "Benjamin Bender",
"avatar_url": "https://avatars.githubusercontent.com/u/462455?v=4",
"profile": "https://codepoet.de/",
"contributions": ["code", "ideas", "doc"]
},
{
"login": "abhijit-kar",
"name": "Abhijit Kar ツ",
"avatar_url": "https://avatars.githubusercontent.com/u/25662120?v=4",
"profile": "https://github.com/abhijit-kar",
"contributions": [
"bug",
"ideas"
]
"contributions": ["bug", "ideas"]
},
{
"login": "hmaesta",
"name": "Hugo Maestá",
"avatar_url": "https://avatars.githubusercontent.com/u/741969?v=4",
"profile": "https://convertpack.io/",
"contributions": [
"code",
"ideas"
]
"contributions": ["code", "ideas"]
},
{
"login": "websocket98765",
"name": "websocket98765",
"avatar_url": "https://avatars.githubusercontent.com/u/41795874?v=4",
"profile": "https://github.com/websocket98765",
"contributions": [
"bug"
]
"contributions": ["bug"]
},
{
"login": "avimar",
"name": "avimar",
"avatar_url": "https://avatars.githubusercontent.com/u/314077?v=4",
"profile": "https://github.com/avimar",
"contributions": [
"doc"
]
"contributions": ["doc"]
},
{
"login": "umanghome",
"name": "Umang Galaiya",
"avatar_url": "https://avatars.githubusercontent.com/u/5698706?v=4",
"profile": "https://umanggalaiya.in/",
"contributions": [
"code",
"bug"
]
"contributions": ["code", "bug"]
},
{
"login": "djhi",
"name": "Gildas Garcia",
"avatar_url": "https://avatars.githubusercontent.com/u/1122076?v=4",
"profile": "https://github.com/djhi",
"contributions": [
"code",
"bug"
]
"contributions": ["code", "bug"]
}
],
"contributorsPerLine": 7
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![NPM Version](https://img.shields.io/npm/v/felte)](https://www.npmjs.com/package/felte)
[![codecov](https://codecov.io/gh/pablo-abc/felte/branch/main/graph/badge.svg?token=T73OJZ50LC)](https://codecov.io/gh/pablo-abc/felte)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

- [Features](#features)
Expand Down Expand Up @@ -150,6 +150,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://umanggalaiya.in/"><img src="https://avatars.githubusercontent.com/u/5698706?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Umang Galaiya</b></sub></a><br /><a href="https://github.com/pablo-abc/felte/commits?author=umanghome" title="Code">💻</a> <a href="https://github.com/pablo-abc/felte/issues?q=author%3Aumanghome" title="Bug reports">🐛</a></td>
<td align="center"><a href="https://github.com/djhi"><img src="https://avatars.githubusercontent.com/u/1122076?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gildas Garcia</b></sub></a><br /><a href="https://github.com/pablo-abc/felte/commits?author=djhi" title="Code">💻</a> <a href="https://github.com/pablo-abc/felte/issues?q=author%3Adjhi" title="Bug reports">🐛</a></td>
</tr>
<tr>
<td align="center"><a href="https://codepoet.de/"><img src="https://avatars.githubusercontent.com/u/462455?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Benjamin Bender</b></sub></a><br /><a href="https://github.com/pablo-abc/felte/commits?author=benbender" title="Code">💻</a> <a href="#ideas-benbender" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/pablo-abc/felte/commits?author=benbender" title="Documentation">📖</a></td>
</tr>
</table>

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

0 comments on commit a82f1d9

Please sign in to comment.