Skip to content

Commit

Permalink
Merge pull request #14 from mathy/all-contributors/add-ElSupreme
Browse files Browse the repository at this point in the history
docs: add ElSupreme as a contributor for doc
  • Loading branch information
justindujardin authored Nov 30, 2023
2 parents 46ead2a + 0a122d8 commit 56acea7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
15 changes: 13 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "mathy_core",
"projectOwner": "justindujardin",
"projectOwner": "mathy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand All @@ -17,10 +17,21 @@
"contributions": [
"code"
]
},
{
"login": "ElSupreme",
"name": "JT Stukes",
"avatar_url": "https://avatars.githubusercontent.com/u/13594721?v=4",
"profile": "https://github.com/ElSupreme",
"contributions": [
"doc"
]
}
],
"skipCi": true,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a target=\"_blank\" href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>"
"contributorTemplate": "<a target=\"_blank\" href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"commitType": "docs",
"commitConvention": "angular"
}
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1522,12 +1522,15 @@ Mathy Core wouldn't be possible without the wonderful contributions of the follo
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a target="_blank" href="https://www.justindujardin.com/"><img src="https://avatars0.githubusercontent.com/u/101493?v=4" width="100px;" alt=""/><br /><sub><b>Justin DuJardin</b></sub></a></td>
</tr>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a target="_blank" href="https://www.justindujardin.com/"><img src="https://avatars0.githubusercontent.com/u/101493?v=4" width="100px;" alt=""/><br /><sub><b>Justin DuJardin</b></sub></a></td>
<td align="center" valign="top" width="14.28%"><a target="_blank" href="https://github.com/ElSupreme"><img src="https://avatars.githubusercontent.com/u/13594721?v=4" width="100px;" alt=""/><br /><sub><b>JT Stukes</b></sub></a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-enable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
Expand Down

0 comments on commit 56acea7

Please sign in to comment.