Skip to content

Commit 8d13f24

Browse files
authored
Merge pull request #24 from SplittyDev/all-contributors/add-rossmacarthur
docs: add rossmacarthur as a contributor for code
2 parents c6eeae4 + 18dd377 commit 8d13f24

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

.all-contributorsrc

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
2-
"projectName": "SpaceBadgers",
3-
"projectOwner": "SplittyDev",
4-
"linkToUsage": true,
5-
"skipCi": true
2+
"projectName": "spacebadgers",
3+
"projectOwner": "SplittyDev",
4+
"linkToUsage": true,
5+
"skipCi": true,
6+
"files": [
7+
"README.md"
8+
],
9+
"commitType": "docs",
10+
"commitConvention": "angular",
11+
"contributorsPerLine": 7,
12+
"contributors": [
13+
{
14+
"login": "rossmacarthur",
15+
"name": "Ross MacArthur",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/17109887?v=4",
17+
"profile": "https://github.com/rossmacarthur",
18+
"contributions": [
19+
"code"
20+
]
21+
}
22+
]
623
}

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,22 @@ yarn dev # If you're using yarn
149149
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
150150
<!-- prettier-ignore-start -->
151151
<!-- markdownlint-disable -->
152+
<table>
153+
<tbody>
154+
<tr>
155+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rossmacarthur"><img src="https://avatars.githubusercontent.com/u/17109887?v=4?s=100" width="100px;" alt="Ross MacArthur"/><br /><sub><b>Ross MacArthur</b></sub></a><br /><a href="#code-rossmacarthur" title="Code">💻</a></td>
156+
</tr>
157+
</tbody>
158+
<tfoot>
159+
<tr>
160+
<td align="center" size="13px" colspan="7">
161+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
162+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
163+
</img>
164+
</td>
165+
</tr>
166+
</tfoot>
167+
</table>
152168

153169
<!-- markdownlint-restore -->
154170
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)