From bb0201689bc7dc41faf748ebd300cd3fa0cf1936 Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Thu, 21 Sep 2023 14:39:43 -0400 Subject: [PATCH] Update .all-contributorsrc --- .all-contributorsrc | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index a254a9713..5b765eb9e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,5 +3,33 @@ "projectOwner": "harvard-edge", "files": [ "contributors.qmd", "README.md" - ] + ], + "contributors": [ + { + "login": "jveejay", + "name": "Vijay Janapa Reddi", + "avatar_url": "https://avatars.githubusercontent.com/jveejay", + "profile": "https://github.com/jveejay", + "contributions": [ + "doc" + ] + }, + { + "login": "mpstewart1", + "name": "Matthew Stewart", + "avatar_url": "https://avatars.githubusercontent.com/mpstewart1", + "profile": "https://github.com/mpstewart1", + "contributions": [ + "doc" + ] + }, + { + "login": "uchendui", + "name": "Ikechukwu Uchendu", + "avatar_url": "https://avatars.githubusercontent.com/uchendui", + "profile": "https://github.com/uchendui", + "contributions": [ + "doc" + ] + } }