diff options
| author | liv <mokou@fastmail.com> | 2023-10-18 23:34:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 23:34:54 +0200 |
| commit | 1d165285421479a2a6790578e801d10cb82ea986 (patch) | |
| tree | caaae9fc419c213681f0fcfc88346b395c4e0230 | |
| parent | 0d65d17f10458f1536e044f7d456f070c1ff6b7c (diff) | |
| parent | e74a7001ef29d482b6b28b4dbf3c7db952adeac9 (diff) | |
Merge pull request #1733 from rust-lang/all-contributors/add-VeeDeltaVee
docs: add VeeDeltaVee as a contributor for doc
| -rw-r--r-- | .all-contributorsrc | 9 | ||||
| -rw-r--r-- | AUTHORS.md | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index 232aac3..574ac66 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2487,6 +2487,15 @@ "contributions": [ "code" ] + }, + { + "login": "VeeDeltaVee", + "name": "Versha Dhankar", + "avatar_url": "https://avatars.githubusercontent.com/u/45564258?v=4", + "profile": "https://github.com/VeeDeltaVee", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 8, @@ -352,6 +352,7 @@ authors. </tr> <tr> <td align="center" valign="top" width="12.5%"><a href="https://github.com/markgreene74"><img src="https://avatars.githubusercontent.com/u/18945890?v=4?s=100" width="100px;" alt="markgreene74"/><br /><sub><b>markgreene74</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=markgreene74" title="Code">💻</a></td> + <td align="center" valign="top" width="12.5%"><a href="https://github.com/VeeDeltaVee"><img src="https://avatars.githubusercontent.com/u/45564258?v=4?s=100" width="100px;" alt="Versha Dhankar"/><br /><sub><b>Versha Dhankar</b></sub></a><br /><a href="https://github.com/rust-lang/rustlings/commits?author=VeeDeltaVee" title="Documentation">📖</a></td> </tr> </tbody> </table> |
