From 01ad2ed2976b47b526bb6cfc20feca5faa83412d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:31:23 +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 7a88ac13..95fcac34 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,13 @@ Extra array functions built on top of the array API standard. + + + + + + +
Lucas Colley
Lucas Colley

💻
From a28c7875b3911228f7f4aafeb148231f784bc84b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:31:24 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4a9b419a..11027f6e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { - "projectName": "array-api-extra", - "projectOwner": "data-apis" + "projectName": "array-api-extra", + "projectOwner": "data-apis", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "lucascolley", + "name": "Lucas Colley", + "avatar_url": "https://avatars.githubusercontent.com/u/51488791?v=4", + "profile": "https://lucascolley.github.io", + "contributions": [ + "code" + ] + } + ] }