Skip to content

Commit bdc5180

Browse files
docs: add fraxken as a contributor for code, doc, review, security, bug (#2)
* 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 0001830 commit bdc5180

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.all-contributorsrc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44
],
55
"imageSize": 100,
66
"commit": false,
7-
"contributors": [],
7+
"contributors": [
8+
{
9+
"login": "fraxken",
10+
"name": "Gentilhomme",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/4438263?v=4",
12+
"profile": "https://www.linkedin.com/in/thomas-gentilhomme/",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"review",
17+
"security",
18+
"bug"
19+
]
20+
}
21+
],
822
"contributorsPerLine": 7,
923
"projectName": "text-align",
1024
"projectOwner": "TopCli",

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,19 @@ Returns *str* with spaces to the left such that it is *length* chars long.
4949
## Contributors ✨
5050

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

5555
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
5656

5757
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5858
<!-- prettier-ignore-start -->
5959
<!-- markdownlint-disable -->
60+
<table>
61+
<tr>
62+
<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/TopCli/text-align/commits?author=fraxken" title="Code">💻</a> <a href="https://github.com/TopCli/text-align/commits?author=fraxken" title="Documentation">📖</a> <a href="https://github.com/TopCli/text-align/pulls?q=is%3Apr+reviewed-by%3Afraxken" title="Reviewed Pull Requests">👀</a> <a href="#security-fraxken" title="Security">🛡️</a> <a href="https://github.com/TopCli/text-align/issues?q=author%3Afraxken" title="Bug reports">🐛</a></td>
63+
</tr>
64+
</table>
6065

6166
<!-- markdownlint-restore -->
6267
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)