Commit 635ffe716bf0e6269d6e5b924c40cb8c3bc0bdea
1 parent
246d9092
:memo: Add @mbhall88 as a contributor
Showing
2 changed files
with
10 additions
and
0 deletions
.all-contributorsrc
| ... | ... | @@ -386,6 +386,15 @@ |
| 386 | 386 | "contributions": [ |
| 387 | 387 | "doc" |
| 388 | 388 | ] |
| 389 | + }, | |
| 390 | + { | |
| 391 | + "login": "mbhall88", | |
| 392 | + "name": "Michael Hall", | |
| 393 | + "avatar_url": "https://avatars3.githubusercontent.com/u/20403931?v=4", | |
| 394 | + "profile": "https://mbh.sh", | |
| 395 | + "contributions": [ | |
| 396 | + "doc" | |
| 397 | + ] | |
| 389 | 398 | } |
| 390 | 399 | ], |
| 391 | 400 | "contributorsPerLine": 7, | ... | ... |
README.md
| ... | ... | @@ -953,6 +953,7 @@ This project was created by [Henry Schreiner](https://github.com/henryiii) and m |
| 953 | 953 | <td align="center"><a href="https://ondrejcertik.com/"><img src="https://avatars3.githubusercontent.com/u/20568?v=4" width="100px;" alt=""/><br /><sub><b>Ondřej Čertík</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/issues?q=author%3Acertik" title="Bug reports">🐛</a></td> |
| 954 | 954 | <td align="center"><a href="http://sam.hocevar.net/"><img src="https://avatars2.githubusercontent.com/u/245089?v=4" width="100px;" alt=""/><br /><sub><b>Sam Hocevar</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=samhocevar" title="Code">💻</a></td> |
| 955 | 955 | <td align="center"><a href="http://www.ratml.org/"><img src="https://avatars0.githubusercontent.com/u/1845039?v=4" width="100px;" alt=""/><br /><sub><b>Ryan Curtin</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=rcurtin" title="Documentation">📖</a></td> |
| 956 | + <td align="center"><a href="https://mbh.sh"><img src="https://avatars3.githubusercontent.com/u/20403931?v=4" width="100px;" alt=""/><br /><sub><b>Michael Hall</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=mbhall88" title="Documentation">📖</a></td> | |
| 956 | 957 | </tr> |
| 957 | 958 | </table> |
| 958 | 959 | ... | ... |