Skip to content

Commit

Permalink
chore: add chriscn
Browse files Browse the repository at this point in the history
  • Loading branch information
FC5570 committed Apr 24, 2024
1 parent 36131e1 commit bfb3a1e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 17 deletions.
49 changes: 33 additions & 16 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
{
"projectName": "hypixel.ts",
"projectOwner": "hypixelts",
"files": ["README.md"],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "FC5570",
"name": "FC",
"avatar_url": "https://avatars.githubusercontent.com/u/68158483?v=4",
"profile": "https://fc5570.me/",
"contributions": ["code", "ideas", "maintenance", "projectManagement"]
}
]
"projectName": "hypixel.ts",
"projectOwner": "hypixelts",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "FC5570",
"name": "FC",
"avatar_url": "https://avatars.githubusercontent.com/u/68158483?v=4",
"profile": "https://fc5570.me/",
"contributions": [
"code",
"ideas",
"maintenance",
"projectManagement"
]
},
{
"login": "chriscn",
"name": "Christopher Nethercott",
"avatar_url": "https://avatars.githubusercontent.com/u/25829276?v=4",
"profile": "https://github.com/chriscn",
"contributions": [
"code"
]
}
],
"repoType": "github"
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ If you're having issues with a method, or the wrapper isn't working as expected,
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://fc5570.me/"><img src="https://avatars.githubusercontent.com/u/68158483?v=4?s=100" width="100px;" alt="FC"/><br /><sub><b>FC</b></sub></a><br /><a href="#code-FC5570" title="Code">πŸ’»</a> <a href="#ideas-FC5570" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#maintenance-FC5570" title="Maintenance">🚧</a> <a href="#projectManagement-FC5570" title="Project Management">πŸ“†</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://fc5570.me/"><img src="https://avatars.githubusercontent.com/u/68158483?v=4?s=100" width="100px;" alt="FC"/><br /><sub><b>FC</b></sub></a><br /><a href="https://github.com/hypixelts/hypixel.ts/commits?author=FC5570" title="Code">πŸ’»</a> <a href="#ideas-FC5570" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="#maintenance-FC5570" title="Maintenance">🚧</a> <a href="#projectManagement-FC5570" title="Project Management">πŸ“†</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chriscn"><img src="https://avatars.githubusercontent.com/u/25829276?v=4?s=100" width="100px;" alt="Christopher Nethercott"/><br /><sub><b>Christopher Nethercott</b></sub></a><br /><a href="https://github.com/hypixelts/hypixel.ts/commits?author=chriscn" title="Code">πŸ’»</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit bfb3a1e

Please sign in to comment.