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

docs: add AlexandreMalaj as a contributor for code, doc #146

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
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"contributions": [
"code"
]
},
{
"login": "AlexandreMalaj",
"name": "Alexandre Malaj",
"avatar_url": "https://avatars.githubusercontent.com/u/32218832?v=4",
"profile": "https://github.com/AlexandreMalaj",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ gitlab.setUrl("...");
## Contributors ✨

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

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand All @@ -113,6 +113,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<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>
<td align="center"><a href="https://mickaelcroquet.fr"><img src="https://avatars.githubusercontent.com/u/23740372?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Haze</b></sub></a><br /><a href="https://github.com/NodeSecure/gitlab/commits?author=CroquetMickael" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/AlexandreMalaj"><img src="https://avatars.githubusercontent.com/u/32218832?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alexandre Malaj</b></sub></a><br /><a href="https://github.com/NodeSecure/gitlab/commits?author=AlexandreMalaj" title="Code">💻</a> <a href="https://github.com/NodeSecure/gitlab/commits?author=AlexandreMalaj" title="Documentation">📖</a></td>
</tr>
</table>

Expand Down