Skip to content

Commit 96b5c15

Browse files
authored
Merge pull request #6 from reproducibleMATLAB/all-contributors/add-davidwilby
docs: add davidwilby as a contributor for ideas, code, and 2 more
2 parents 43133c1 + 2879fd2 commit 96b5c15

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

Diff for: .all-contributorsrc

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
{
2-
"projectName": "repliMAT",
3-
"projectOwner": "reproducibleMATLAB"
2+
"projectName": "reproducibleMATLAB.github.io",
3+
"projectOwner": "reproducibleMATLAB",
4+
"files": [
5+
"README.md"
6+
],
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributorsPerLine": 7,
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+
]
424
}

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Follow these instructions to render the materials from the source code on your l
1818
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1919
<!-- prettier-ignore-start -->
2020
<!-- markdownlint-disable -->
21+
<table>
22+
<tbody>
23+
<tr>
24+
<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>
25+
</tr>
26+
</tbody>
27+
</table>
2128

2229
<!-- markdownlint-restore -->
2330
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)