Skip to content

Commit d25a26d

Browse files
authoredMay 2, 2024··
Merge pull request #9 from reproducibleMATLAB/all-contributors/add-davidwilby
docs: add davidwilby as a contributor for ideas, code, and 2 more
2 parents baa57a1 + 61b3b7d commit d25a26d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
 

‎.all-contributorsrc

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,18 @@
77
"commitType": "docs",
88
"commitConvention": "angular",
99
"contributorsPerLine": 7,
10-
"contributors": []
10+
"contributors": [
11+
{
12+
"login": "davidwilby",
13+
"name": "David Wilby",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/24752124?v=4",
15+
"profile": "http://davidwilby.dev",
16+
"contributions": [
17+
"ideas",
18+
"code",
19+
"content",
20+
"maintenance"
21+
]
22+
}
23+
]
1124
}

‎CONTRIBUTORS.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
44
<!-- prettier-ignore-start -->
55
<!-- markdownlint-disable -->
6+
<table>
7+
<tbody>
8+
<tr>
9+
<td align="center" valign="top" width="14.28%"><a href="http://davidwilby.dev"><img src="https://avatars.githubusercontent.com/u/24752124?v=4?s=100" width="100px;" alt="David Wilby"/><br /><sub><b>David Wilby</b></sub></a><br /><a href="#ideas-davidwilby" title="Ideas, Planning, & Feedback">🤔</a> <a href="#code-davidwilby" title="Code">💻</a> <a href="#content-davidwilby" title="Content">🖋</a> <a href="#maintenance-davidwilby" title="Maintenance">🚧</a></td>
10+
</tr>
11+
</tbody>
12+
</table>
613

714
<!-- markdownlint-restore -->
815
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)
Please sign in to comment.