Skip to content

Commit ceae863

Browse files
authored
Merge pull request #23 from data-apis/all-contributors/add-lucascolley
docs: add lucascolley as a contributor for code
2 parents f058096 + a28c787 commit ceae863

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.all-contributorsrc

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
{
2-
"projectName": "array-api-extra",
3-
"projectOwner": "data-apis"
2+
"projectName": "array-api-extra",
3+
"projectOwner": "data-apis",
4+
"files": [
5+
"README.md"
6+
],
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributorsPerLine": 7,
10+
"contributors": [
11+
{
12+
"login": "lucascolley",
13+
"name": "Lucas Colley",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/51488791?v=4",
15+
"profile": "https://lucascolley.github.io",
16+
"contributions": [
17+
"code"
18+
]
19+
}
20+
]
421
}

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Extra array functions built on top of the array API standard.
3333
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
3434
<!-- prettier-ignore-start -->
3535
<!-- markdownlint-disable -->
36+
<table>
37+
<tbody>
38+
<tr>
39+
<td align="center" valign="top" width="14.28%"><a href="https://lucascolley.github.io"><img src="https://avatars.githubusercontent.com/u/51488791?v=4?s=100" width="100px;" alt="Lucas Colley"/><br /><sub><b>Lucas Colley</b></sub></a><br /><a href="#code-lucascolley" title="Code">💻</a></td>
40+
</tr>
41+
</tbody>
42+
</table>
3643

3744
<!-- markdownlint-restore -->
3845
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)