Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

docs: add fraxken as a contributor for code, doc, review, security, bug #143

Merged
merged 2 commits into from
Nov 7, 2021
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
15 changes: 14 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,22 @@
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "fraxken",
"name": "Gentilhomme",
"avatar_url": "https://avatars.githubusercontent.com/u/4438263?v=4",
"profile": "https://www.linkedin.com/in/thomas-gentilhomme/",
"contributions": [
"code",
"doc",
"review",
"security",
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "github",
"projectName": "gitlab",
"projectOwner": "NodeSecure",
"repoType": "github",
"repoHost": "https://github.com",
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://www.linkedin.com/in/thomas-gentilhomme/"><img src="https://avatars.githubusercontent.com/u/4438263?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gentilhomme</b></sub></a><br /><a href="https://github.com/NodeSecure/gitlab/commits?author=fraxken" title="Code">💻</a> <a href="https://github.com/NodeSecure/gitlab/commits?author=fraxken" title="Documentation">📖</a> <a href="https://github.com/NodeSecure/gitlab/pulls?q=is%3Apr+reviewed-by%3Afraxken" title="Reviewed Pull Requests">👀</a> <a href="#security-fraxken" title="Security">🛡️</a> <a href="https://github.com/NodeSecure/gitlab/issues?q=author%3Afraxken" title="Bug reports">🐛</a></td>
</tr>
</table>

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