Skip to content

Commit

Permalink
📝 add contributors section closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Apr 18, 2024
1 parent 8b2af1e commit 229ec81
Show file tree
Hide file tree
Showing 4 changed files with 1,482 additions and 11 deletions.
46 changes: 46 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"projectName": "apus",
"projectOwner": "McPringle",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributors": [
{
"login": "McPringle",
"name": "Marcus Fihlon",
"avatar_url": "https://avatars.githubusercontent.com/u/1254039?v=4",
"profile": "https://github.com/McPringle",
"contributions": [
"projectManagement",
"ideas",
"code"
]
},
{
"login": "jcgueriaud1",
"name": "Jean-Christophe Gueriaud",
"avatar_url": "https://avatars.githubusercontent.com/u/51313578?v=4",
"profile": "https://github.com/jcgueriaud1",
"contributions": [
"code"
]
},
{
"login": "myyxl",
"name": "Marlon",
"avatar_url": "https://avatars.githubusercontent.com/u/22593897?v=4",
"profile": "https://github.com/myyxl",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,34 @@ We use the corresponding GitHub function for discussions. The discussions held h
Discussions on GitHub: https://github.com/McPringle/apus/discussions
Questions and Answers: https://github.com/McPringle/apus/discussions/categories/q-a

## Contributors

Special thanks for all these wonderful people who had helped this project so far ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- 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/McPringle"><img src="https://avatars.githubusercontent.com/u/1254039?v=4?s=100" width="100px;" alt="Marcus Fihlon"/><br /><sub><b>Marcus Fihlon</b></sub></a><br /><a href="#projectManagement-McPringle" title="Project Management">📆</a> <a href="#ideas-McPringle" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/McPringle/apus/commits?author=McPringle" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jcgueriaud1"><img src="https://avatars.githubusercontent.com/u/51313578?v=4?s=100" width="100px;" alt="Jean-Christophe Gueriaud"/><br /><sub><b>Jean-Christophe Gueriaud</b></sub></a><br /><a href="https://github.com/McPringle/apus/commits?author=jcgueriaud1" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/myyxl"><img src="https://avatars.githubusercontent.com/u/22593897?v=4?s=100" width="100px;" alt="Marlon"/><br /><sub><b>Marlon</b></sub></a><br /><a href="https://github.com/McPringle/apus/issues?q=author%3Amyyxl" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>

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

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

## Contributing

### Good First Issues

For your first contribution to this repository, you can take a look at the issues listed here: [good first issue](https://github.com/McPringle/apus/labels/good%20first%20issue).

## Copyright and License

[AGPL License](https://www.gnu.org/licenses/agpl-3.0.de.html)
Expand Down
Loading

0 comments on commit 229ec81

Please sign in to comment.