Commit a2bf5cdea24c8e79eb3d5cc2cc262cb473420a46

Authored by allcontributors[bot]
Committed by GitHub
1 parent b2700584

docs: add samhocevar as a contributor (#479)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
.all-contributorsrc
... ... @@ -368,6 +368,15 @@
368 368 "contributions": [
369 369 "bug"
370 370 ]
  371 + },
  372 + {
  373 + "login": "samhocevar",
  374 + "name": "Sam Hocevar",
  375 + "avatar_url": "https://avatars2.githubusercontent.com/u/245089?v=4",
  376 + "profile": "http://sam.hocevar.net/",
  377 + "contributions": [
  378 + "code"
  379 + ]
371 380 }
372 381 ],
373 382 "contributorsPerLine": 7,
... ...
README.md
... ... @@ -927,6 +927,7 @@ This project was created by [Henry Schreiner](https://github.com/henryiii) and m
927 927 <td align="center"><a href="https://github.com/jsoref"><img src="https://avatars0.githubusercontent.com/u/2119212?v=4" width="100px;" alt=""/><br /><sub><b>Josh Soref</b></sub></a><br /><a href="#tool-jsoref" title="Tools">🔧</a></td>
928 928 <td align="center"><a href="https://github.com/geir-t"><img src="https://avatars3.githubusercontent.com/u/35292136?v=4" width="100px;" alt=""/><br /><sub><b>geir-t</b></sub></a><br /><a href="#platform-geir-t" title="Packaging/porting to new platform">📦</a></td>
929 929 <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>
  930 + <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>
930 931 </tr>
931 932 </table>
932 933  
... ...