Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Darlington02 as a contributor for infra, code, and review #45

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 23 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"projectName": "<insert the repo's name>",
"projectOwner": "<insert the repo's owner/orgs>"

{
"projectName": "karst-core",
"projectOwner": "horuslabsio",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "Darlington02",
"name": "Darlington Nnam",
"avatar_url": "https://avatars.githubusercontent.com/u/75126961?v=4",
"profile": "http://0xdarlington.disha.page",
"contributions": [
"infra",
"code",
"review"
]
}
]
}
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ KARST is an open-source software licensed under the [MIT](https://github.com/hor
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->


<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://0xdarlington.disha.page"><img src="https://avatars.githubusercontent.com/u/75126961?v=4?s=100" width="100px;" alt="Darlington Nnam"/><br /><sub><b>Darlington Nnam</b></sub></a><br /><a href="#infra-Darlington02" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#code-Darlington02" title="Code">💻</a> <a href="#review-Darlington02" title="Reviewed Pull Requests">👀</a></td>
</tr>
</tbody>
</table>


<!-- markdownlint-restore -->
Expand Down
Loading