Commit a1dd4d708dbc10e66666902c2c26645e507ae55b
Committed by
GitHub
1 parent
d3b0b731
docs: add ZeeD26 as a contributor (#519)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Showing
2 changed files
with
10 additions
and
0 deletions
.all-contributorsrc
| @@ -413,6 +413,15 @@ | @@ -413,6 +413,15 @@ | ||
| 413 | "contributions": [ | 413 | "contributions": [ |
| 414 | "code" | 414 | "code" |
| 415 | ] | 415 | ] |
| 416 | + }, | ||
| 417 | + { | ||
| 418 | + "login": "ZeeD26", | ||
| 419 | + "name": "Dominik Steinberger", | ||
| 420 | + "avatar_url": "https://avatars2.githubusercontent.com/u/2487468?v=4", | ||
| 421 | + "profile": "https://github.com/ZeeD26", | ||
| 422 | + "contributions": [ | ||
| 423 | + "code" | ||
| 424 | + ] | ||
| 416 | } | 425 | } |
| 417 | ], | 426 | ], |
| 418 | "contributorsPerLine": 7, | 427 | "contributorsPerLine": 7, |
README.md
| @@ -958,6 +958,7 @@ This project was created by [Henry Schreiner](https://github.com/henryiii) and m | @@ -958,6 +958,7 @@ This project was created by [Henry Schreiner](https://github.com/henryiii) and m | ||
| 958 | </tr> | 958 | </tr> |
| 959 | <tr> | 959 | <tr> |
| 960 | <td align="center"><a href="https://github.com/jakoblover"><img src="https://avatars0.githubusercontent.com/u/14160441?v=4" width="100px;" alt=""/><br /><sub><b>Jakob Lover</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=jakoblover" title="Code">๐ป</a></td> | 960 | <td align="center"><a href="https://github.com/jakoblover"><img src="https://avatars0.githubusercontent.com/u/14160441?v=4" width="100px;" alt=""/><br /><sub><b>Jakob Lover</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=jakoblover" title="Code">๐ป</a></td> |
| 961 | + <td align="center"><a href="https://github.com/ZeeD26"><img src="https://avatars2.githubusercontent.com/u/2487468?v=4" width="100px;" alt=""/><br /><sub><b>Dominik Steinberger</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=ZeeD26" title="Code">๐ป</a></td> | ||
| 961 | </tr> | 962 | </tr> |
| 962 | </table> | 963 | </table> |
| 963 | 964 |