Skip to content

Commit

Permalink
Add All-Contributors to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuro555 committed Oct 28, 2022
1 parent bd8377b commit 54661e9
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 5 deletions.
62 changes: 62 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"projectName": "THNK",
"projectOwner": "arthuro555",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commitConvention": "none",
"contributors": [
{
"login": "arthuro555",
"name": "Arthur Pacaud",
"avatar_url": "https://avatars.githubusercontent.com/u/19349038?v=4",
"profile": "https://github.com/arthuro555",
"contributions": [
"maintenance",
"code",
"doc",
"blog"
]
},
{
"name": "Ko-fi contributors",
"avatar_url": "https://storage.ko-fi.com/cdn/brandasset/kofi_s_logo_nolabel.png",
"profile": "https://ko-fi.com/arthuro555",
"contributions": [
"financial"
]
},
{
"login": "MyNameIsRinax",
"name": "Rinax",
"avatar_url": "https://avatars.githubusercontent.com/u/40387061?v=4",
"profile": "https://github.com/MyNameIsRinax",
"contributions": [
"bug"
]
},
{
"login": "Midhil457",
"name": "Leo_Red",
"avatar_url": "https://avatars.githubusercontent.com/u/73597906?v=4",
"profile": "https://github.com/Midhil457",
"contributions": [
"design"
]
},
{
"login": "Add00",
"name": "Add00",
"avatar_url": "https://avatars.githubusercontent.com/u/60050879?v=4",
"profile": "https://github.com/Add00",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ An authoritative multiplayer games framework for the FLOSS engine GDevelop.
- [💖 Support the project](https://ko-fi.com/arthuro555)
- [📄 Documentation](https://thnk.arthuro555.com/docs/getting-started/)

## Contributors

Thanks to all the contributors to THNK! Here is the full list of all contribitors of all kinds to the project:
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/arthuro555"><img src="https://avatars.githubusercontent.com/u/19349038?v=4?s=100" width="100px;" alt="Arthur Pacaud"/><br /><sub><b>Arthur Pacaud</b></sub></a><br /><a href="#maintenance-arthuro555" title="Maintenance">🚧</a> <a href="https://github.com/arthuro555/THNK/commits?author=arthuro555" title="Code">💻</a> <a href="https://github.com/arthuro555/THNK/commits?author=arthuro555" title="Documentation">📖</a> <a href="#blog-arthuro555" title="Blogposts">📝</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://ko-fi.com/arthuro555"><img src="https://storage.ko-fi.com/cdn/brandasset/kofi_s_logo_nolabel.png?s=100" width="100px;" alt="Ko-fi contributors"/><br /><sub><b>Ko-fi contributors</b></sub></a><br /><a href="#financial" title="Financial">💵</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MyNameIsRinax"><img src="https://avatars.githubusercontent.com/u/40387061?v=4?s=100" width="100px;" alt="Rinax"/><br /><sub><b>Rinax</b></sub></a><br /><a href="https://github.com/arthuro555/THNK/issues?q=author%3AMyNameIsRinax" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Midhil457"><img src="https://avatars.githubusercontent.com/u/73597906?v=4?s=100" width="100px;" alt="Leo_Red"/><br /><sub><b>Leo_Red</b></sub></a><br /><a href="#design-Midhil457" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Add00"><img src="https://avatars.githubusercontent.com/u/60050879?v=4?s=100" width="100px;" alt="Add00"/><br /><sub><b>Add00</b></sub></a><br /><a href="https://github.com/arthuro555/THNK/commits?author=Add00" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

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

## Contributing

### Installing
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/pako": "^2.0.0",
"all-contributors-cli": "^6.24.0",
"flatbuffers": "^2.0.6",
"follow-redirects": "^1.15.2",
"jest": "^29.0.3",
Expand Down
Loading

0 comments on commit 54661e9

Please sign in to comment.