Skip to content

Commit

Permalink
contrib: ermvrs (#61)
Browse files Browse the repository at this point in the history
* 👥 Add @ermvrs as a contributor

* 👥 Update @ermvrs as a contributor

* fix all contrib w/ cli
  • Loading branch information
drspacemn committed Jan 31, 2024
1 parent 13f1361 commit f1c5fe9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
15 changes: 11 additions & 4 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
"projectOwner": "keep-starknet-strange",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"files": [
"README.md",
"CONTRIBUTING.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors)",
"contributorsPerLine": 4,
"contributorsPerLine": 7,
"contributors": [
{
"login": "AbdelStark",
Expand Down Expand Up @@ -40,6 +38,15 @@
"contributions": [
"code"
]
},
{
"login": "ermvrs",
"name": "Erim",
"avatar_url": "https://avatars.githubusercontent.com/u/3417324?v=4",
"profile": "https://github.com/ermvrs",
"contributions": [
"code"
]
}
]
}
}
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
**/keystore.json

# mdBook
book/book/
book/book/

# All Contributors CLI
package.json
yarn.lock
node_modules/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 🛠️ Contributing to Blobstream Starknet 🛠️

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

Welcome, contributing to `blobstream_sn` is easy!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ We live on contributions. If you'd like to contribute please follow the [guide](
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AbdelStark"><img src="https://avatars.githubusercontent.com/u/45264458?v=4?s=100" width="100px;" alt="Abdel @ StarkWare "/><br /><sub><b>Abdel @ StarkWare </b></sub></a><br /><a href="https://github.com/keep-starknet-strange/blobstream-starknet/commits?author=AbdelStark" title="Code">💻</a></td>
<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="https://github.com/keep-starknet-strange/blobstream-starknet/commits?author=drspacemn" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/JordyRo1"><img src="https://avatars.githubusercontent.com/u/87231934?v=4?s=100" width="100px;" alt="Jordy Romuald"/><br /><sub><b>Jordy Romuald</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/blobstream-starknet/commits?author=JordyRo1" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ermvrs"><img src="https://avatars.githubusercontent.com/u/3417324?v=4?s=100" width="100px;" alt="Erim"/><br /><sub><b>Erim</b></sub></a><br /><a href="https://github.com/keep-starknet-strange/blobstream-starknet/commits?author=ermvrs" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit f1c5fe9

Please sign in to comment.