Skip to content

Commit 34ca930

Browse files
authored
Merge pull request #18 from reproducibleMATLAB/fix-contributors
correct contributors
2 parents 9dca851 + 9338ad2 commit 34ca930

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

β€Ž.all-contributorsrc

+41-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,46 @@
1919
"content",
2020
"maintenance"
2121
]
22+
},
23+
{
24+
"login": "dc2917",
25+
"name": "Dan Cummins",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/45606273?v=4",
27+
"profile": "https://dc2917.github.io",
28+
"contributions": [
29+
"content",
30+
"code"
31+
]
32+
},
33+
{
34+
"login": "cmtso",
35+
"name": "Michael Tso",
36+
"avatar_url": "https://avatars.githubusercontent.com/u/37928699?v=4",
37+
"profile": "http://cmtso.github.io",
38+
"contributions": [
39+
"content",
40+
"code"
41+
]
42+
},
43+
{
44+
"login": "paddyroddy",
45+
"name": "Patrick J. Roddy",
46+
"avatar_url": "https://avatars.githubusercontent.com/u/15052188?v=4",
47+
"profile": "https://paddyroddy.github.io",
48+
"contributions": [
49+
"content",
50+
"code"
51+
]
52+
},
53+
{
54+
"login": "gvbhalerao591",
55+
"name": "Gaurav Bhalerao",
56+
"avatar_url": "https://avatars.githubusercontent.com/u/34817097?v=4",
57+
"profile": "https://github.com/gvbhalerao591",
58+
"contributions": [
59+
"content",
60+
"code"
61+
]
2262
}
2363
]
24-
}
64+
}

β€ŽCONTRIBUTORS.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<tbody>
88
<tr>
99
<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+
<td align="center" valign="top" width="14.28%"><a href="https://dc2917.github.io"><img src="https://avatars.githubusercontent.com/u/45606273?v=4?s=100" width="100px;" alt="Dan Cummins"/><br /><sub><b>Dan Cummins</b></sub></a><br /><a href="#content-dc2917" title="Content">πŸ–‹</a> <a href="#code-dc2917" title="Code">πŸ’»</a></td>
11+
<td align="center" valign="top" width="14.28%"><a href="http://cmtso.github.io"><img src="https://avatars.githubusercontent.com/u/37928699?v=4?s=100" width="100px;" alt="Michael Tso"/><br /><sub><b>Michael Tso</b></sub></a><br /><a href="#content-cmtso" title="Content">πŸ–‹</a> <a href="#code-cmtso" title="Code">πŸ’»</a></td>
12+
<td align="center" valign="top" width="14.28%"><a href="https://paddyroddy.github.io"><img src="https://avatars.githubusercontent.com/u/15052188?v=4?s=100" width="100px;" alt="Patrick J. Roddy"/><br /><sub><b>Patrick J. Roddy</b></sub></a><br /><a href="#content-paddyroddy" title="Content">πŸ–‹</a> <a href="#code-paddyroddy" title="Code">πŸ’»</a></td>
13+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/gvbhalerao591"><img src="https://avatars.githubusercontent.com/u/34817097?v=4?s=100" width="100px;" alt="Gaurav Bhalerao"/><br /><sub><b>Gaurav Bhalerao</b></sub></a><br /><a href="#content-gvbhalerao591" title="Content">πŸ–‹</a> <a href="#code-gvbhalerao591" title="Code">πŸ’»</a></td>
1014
</tr>
1115
</tbody>
1216
</table>

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)
44
[![Render and Publish](https://github.com/reproducibleMATLAB/reproducibleMATLAB.github.io/actions/workflows/build.yml/badge.svg)](https://github.com/reproducibleMATLAB/reproducibleMATLAB.github.io/actions/workflows/build.yml)
55
[![pages-build-deployment](https://github.com/reproducibleMATLAB/reproducibleMATLAB.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/reproducibleMATLAB/reproducibleMATLAB.github.io/actions/workflows/pages/pages-build-deployment)
6-
[![All Contributors](https://img.shields.io/github/all-contributors/reproducibleMATLAB/reproducibleMATLAB.github.io?color=ee8449&style=flat-square)](#contributors)
6+
[![All Contributors](https://img.shields.io/github/all-contributors/reproducibleMATLAB/reproducibleMATLAB.github.io?color=ee8449&style=flat-square)](./CONTRIBUTORS.md)
77

88
## Rendering locally
99
Follow these instructions to render the materials from the source code on your local computer.

0 commit comments

Comments
Β (0)