Skip to content

Commit

Permalink
add drspacemn as a contributor for infra, test, and code (#4)
Browse files Browse the repository at this point in the history
* update README.md

* update CONTRIBUTING.md

* update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Jul 23, 2024
1 parent 2cd207c commit 30631f9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
16 changes: 14 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@
"imageSize": 100,
"commitConvention": "none",
"commitType": "docs",
"contributors": [],
"contributors": [
{
"login": "drspacemn",
"name": "drspacemn",
"avatar_url": "https://avatars.githubusercontent.com/u/16685321?v=4",
"profile": "https://github.com/drspacemn",
"contributions": [
"infra",
"test",
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": false
}
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- markdownlint-disable MD051 -->
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<!-- markdownlint-enable MD051 -->

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ We live on contributions. If you'd like to contribute please follow the [guide](
<!-- 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/drspacemn"><img src="https://avatars.githubusercontent.com/u/16685321?v=4?s=100" width="100px;" alt="drspacemn"/><br /><sub><b>drspacemn</b></sub></a><br /><a href="#infra-drspacemn" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/keep-starknet-strange/starknet-phone/commits?author=drspacemn" title="Tests">⚠️</a> <a href="https://github.com/keep-starknet-strange/starknet-phone/commits?author=drspacemn" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

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

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 30631f9

Please sign in to comment.