Skip to content

Commit

Permalink
docs: add RealShadowNova as a contributor for tool (#389)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Aug 30, 2022
1 parent ab120db commit ae3669f
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 68 deletions.
163 changes: 95 additions & 68 deletions .all-contributorsrc
@@ -1,70 +1,97 @@
{
"projectName": "type",
"projectOwner": "sapphiredev",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "favna",
"name": "Jeroen Claassens",
"avatar_url": "https://avatars.githubusercontent.com/u/4019718?v=4",
"profile": "https://favware.tech/",
"contributions": ["code"]
},
{
"login": "PyroTechniac",
"name": "Gryffon Bellish",
"avatar_url": "https://avatars.githubusercontent.com/u/39341355?v=4",
"profile": "https://github.com/PyroTechniac",
"contributions": ["code"]
},
{
"login": "depfu[bot]",
"name": "depfu[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/715?v=4",
"profile": "https://github.com/apps/depfu",
"contributions": ["maintenance"]
},
{
"login": "dependabot[bot]",
"name": "dependabot[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"profile": "https://github.com/apps/dependabot",
"contributions": ["maintenance"]
},
{
"login": "VoltrexMaster",
"name": "Voltrex",
"avatar_url": "https://avatars.githubusercontent.com/u/62040526?v=4",
"profile": "https://github.com/VoltrexMaster",
"contributions": ["code"]
},
{
"login": "vladfrangu",
"name": "Vlad Frangu",
"avatar_url": "https://avatars.githubusercontent.com/u/17960496?v=4",
"profile": "https://github.com/vladfrangu",
"contributions": ["maintenance"]
},
{
"login": "renovate[bot]",
"name": "renovate[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4",
"profile": "https://github.com/apps/renovate",
"contributions": ["maintenance"]
},
{
"login": "Lioness100",
"name": "Lioness100",
"avatar_url": "https://avatars.githubusercontent.com/u/65814829?v=4",
"profile": "https://github.com/Lioness100",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"skipCi": true
"projectName": "type",
"projectOwner": "sapphiredev",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "favna",
"name": "Jeroen Claassens",
"avatar_url": "https://avatars.githubusercontent.com/u/4019718?v=4",
"profile": "https://favware.tech/",
"contributions": [
"code"
]
},
{
"login": "PyroTechniac",
"name": "Gryffon Bellish",
"avatar_url": "https://avatars.githubusercontent.com/u/39341355?v=4",
"profile": "https://github.com/PyroTechniac",
"contributions": [
"code"
]
},
{
"login": "depfu[bot]",
"name": "depfu[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/715?v=4",
"profile": "https://github.com/apps/depfu",
"contributions": [
"maintenance"
]
},
{
"login": "dependabot[bot]",
"name": "dependabot[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"profile": "https://github.com/apps/dependabot",
"contributions": [
"maintenance"
]
},
{
"login": "VoltrexMaster",
"name": "Voltrex",
"avatar_url": "https://avatars.githubusercontent.com/u/62040526?v=4",
"profile": "https://github.com/VoltrexMaster",
"contributions": [
"code"
]
},
{
"login": "vladfrangu",
"name": "Vlad Frangu",
"avatar_url": "https://avatars.githubusercontent.com/u/17960496?v=4",
"profile": "https://github.com/vladfrangu",
"contributions": [
"maintenance"
]
},
{
"login": "renovate[bot]",
"name": "renovate[bot]",
"avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4",
"profile": "https://github.com/apps/renovate",
"contributions": [
"maintenance"
]
},
{
"login": "Lioness100",
"name": "Lioness100",
"avatar_url": "https://avatars.githubusercontent.com/u/65814829?v=4",
"profile": "https://github.com/Lioness100",
"contributions": [
"code"
]
},
{
"login": "RealShadowNova",
"name": "Hezekiah Hendry",
"avatar_url": "https://avatars.githubusercontent.com/u/46537907?v=4",
"profile": "https://github.com/RealShadowNova",
"contributions": [
"tool"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -97,6 +97,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</tr>
<tr>
<td align="center"><a href="https://github.com/Lioness100"><img src="https://avatars.githubusercontent.com/u/65814829?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Lioness100</b></sub></a><br /><a href="https://github.com/sapphiredev/type/commits?author=Lioness100" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/RealShadowNova"><img src="https://avatars.githubusercontent.com/u/46537907?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hezekiah Hendry</b></sub></a><br /><a href="#tool-RealShadowNova" title="Tools">🔧</a></td>
</tr>
</table>

Expand Down

0 comments on commit ae3669f

Please sign in to comment.