From 91d3f099be138b4fa1b1eb374518831fd5fde285 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:41:31 +0200 Subject: [PATCH] docs: add erikras as a contributor for code (#26) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index da90a59..586287e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,5 +3,21 @@ "commit": false, "commitConvention": "angular", "commitType": "docs", - "contributors": [] + "contributors": [ + { + "login": "erikras", + "name": "Erik Rasmussen", + "avatar_url": "https://avatars.githubusercontent.com/u/4396759?v=4", + "profile": "https://erikras.com", + "contributions": [ + "code" + ] + } + ], + "files": [ + "README.md" + ], + "contributorsPerLine": 7, + "projectName": "quantum", + "projectOwner": "atilafassina" }