diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 17:24:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 17:24:16 +0100 |
| commit | d2996b4cc6d664ba22ebedf08157888fca11d8ce (patch) | |
| tree | 56f6f17f0584642983e3817651eb8a920c5c91d5 | |
| parent | 19675008c8179e6e37d1c821e6092a13c63d50c5 (diff) | |
| parent | 4937cb5b7c38dbecf232641c0864d5d9b261aebd (diff) | |
Merge pull request #1925 from rust-lang/all-contributors/add-wznmickey
docs: add wznmickey as a contributor for doc
| -rw-r--r-- | .all-contributorsrc | 9 | ||||
| -rw-r--r-- | AUTHORS.md | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index e5b319c..2eae587 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2694,6 +2694,15 @@ "contributions": [ "doc" ] + }, + { + "login": "wznmickey", + "name": "wznmickey", + "avatar_url": "https://avatars.githubusercontent.com/u/44784663?v=4", + "profile": "http://wznmickey.com", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 8, @@ -380,6 +380,9 @@ authors. <td align="center" valign="top" width="12.5%"><a href="https://github.com/kazu728"><img src="https://avatars.githubusercontent.com/u/34614358?v=4?s=100" width="100px;" alt="Kazuki Matsuo"/><br /><sub><b>Kazuki Matsuo</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=kazu728" title="Code">💻</a></td> <td align="center" valign="top" width="12.5%"><a href="https://github.com/paul-leydier"><img src="https://avatars.githubusercontent.com/u/75126792?v=4?s=100" width="100px;" alt="Paul Leydier"/><br /><sub><b>Paul Leydier</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=paul-leydier" title="Documentation">📖</a></td> </tr> + <tr> + <td align="center" valign="top" width="12.5%"><a href="http://wznmickey.com"><img src="https://avatars.githubusercontent.com/u/44784663?v=4?s=100" width="100px;" alt="wznmickey"/><br /><sub><b>wznmickey</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=wznmickey" title="Documentation">📖</a></td> + </tr> </tbody> </table> |
