From 5dca48dbe7b1b71945731b51d39a25da91e6bde7 Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Thu, 21 Sep 2023 14:39:43 -0400 Subject: [PATCH 1/2] 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" + ] + } } From a0c3af266b71d085dcf0456d4d62d7eb7f794d7f Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Thu, 21 Sep 2023 14:41:35 -0400 Subject: [PATCH 2/2] Update .all-contributorsrc --- .all-contributorsrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5b765eb9e..2677f3915 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -32,4 +32,11 @@ "doc" ] } + ], + "repoType": "github", + "contributorsPerLine": 7, + "repoHost": "https://github.com", + "commitConvention": "angular", + "skipCi": true, + "commitType": "docs" }