Commit a9e8c5649992eae5cd383b293e16a5af7d86a55e

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

docs: add dfleury2 as a contributor (#532)

* 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
... ... @@ -422,6 +422,15 @@
422 422 "contributions": [
423 423 "code"
424 424 ]
  425 + },
  426 + {
  427 + "login": "dfleury2",
  428 + "name": "D. Fleury",
  429 + "avatar_url": "https://avatars1.githubusercontent.com/u/4805384?v=4",
  430 + "profile": "https://github.com/dfleury2",
  431 + "contributions": [
  432 + "code"
  433 + ]
425 434 }
426 435 ],
427 436 "contributorsPerLine": 7,
... ...
README.md
... ... @@ -961,6 +961,7 @@ This project was created by [Henry Schreiner](https://github.com/henryiii) and m
961 961 <tr>
962 962 <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>
963 963 <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>
  964 + <td align="center"><a href="https://github.com/dfleury2"><img src="https://avatars1.githubusercontent.com/u/4805384?v=4" width="100px;" alt=""/><br /><sub><b>D. Fleury</b></sub></a><br /><a href="https://github.com/CLIUtils/CLI11/commits?author=dfleury2" title="Code">๐Ÿ’ป</a></td>
964 965 </tr>
965 966 </table>
966 967  
... ...