From ed38ac3592f261e3e172c9efce041ea0b69ea2c4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:24:58 +0000 Subject: [PATCH] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4c7e00c66..6a467fbf4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,4 @@ -{ +{ "projectOwner": "nosqlbench", "projectName": "nosqlbench", "repoType": "github", @@ -13,5 +13,15 @@ "contributorsSortAlphabetically": false, "linkToUsage": true, "skipCi": true, - "contributors": [] + "contributors": [ + { + "login": "jshook", + "name": "Jonathan Shook", + "avatar_url": "https://avatars.githubusercontent.com/u/2148847?v=4", + "profile": "https://github.com/jshook", + "contributions": [ + "mentoring" + ] + } + ] }