Skip to content

Commit dbc960b

Browse files
docs: add tony as a contributor for code, doc, test (#32)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent bcabd27 commit dbc960b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@
5454
"code",
5555
"test"
5656
]
57+
},
58+
{
59+
"login": "tony",
60+
"name": "Tony Narlock",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/26336?v=4",
62+
"profile": "https://www.git-pull.com",
63+
"contributions": [
64+
"code",
65+
"doc",
66+
"test"
67+
]
5768
}
5869
],
5970
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ interface Report {
157157
## Contributors ✨
158158

159159
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
160-
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
160+
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
161161
<!-- ALL-CONTRIBUTORS-BADGE:END -->
162162

163163
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -172,6 +172,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
172172
<td align="center"><a href="https://github.com/antoine-coulon"><img src="https://avatars.githubusercontent.com/u/43391199?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Antoine</b></sub></a><br /><a href="https://github.com/NodeSecure/js-x-ray/commits?author=antoine-coulon" title="Code">💻</a></td>
173173
<td align="center"><a href="https://github.com/Mathieuka"><img src="https://avatars.githubusercontent.com/u/34446722?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mathieu</b></sub></a><br /><a href="https://github.com/NodeSecure/js-x-ray/commits?author=Mathieuka" title="Code">💻</a></td>
174174
<td align="center"><a href="https://github.com/Kawacrepe"><img src="https://avatars.githubusercontent.com/u/40260517?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Vincent Dhennin</b></sub></a><br /><a href="https://github.com/NodeSecure/js-x-ray/commits?author=Kawacrepe" title="Code">💻</a> <a href="https://github.com/NodeSecure/js-x-ray/commits?author=Kawacrepe" title="Tests">⚠️</a></td>
175+
<td align="center"><a href="https://www.git-pull.com"><img src="https://avatars.githubusercontent.com/u/26336?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tony Narlock</b></sub></a><br /><a href="https://github.com/NodeSecure/js-x-ray/commits?author=tony" title="Code">💻</a> <a href="https://github.com/NodeSecure/js-x-ray/commits?author=tony" title="Documentation">📖</a> <a href="https://github.com/NodeSecure/js-x-ray/commits?author=tony" title="Tests">⚠️</a></td>
175176
</tr>
176177
</table>
177178

0 commit comments

Comments
 (0)