Skip to content

Commit

Permalink
docs: add roerohan as a contributor for code, doc (#2)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] authored Sep 19, 2021
1 parent a1d2fa5 commit 957c7f7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "roerohan",
"name": "Rohan Mukherjee",
"avatar_url": "https://avatars.githubusercontent.com/u/42958812?v=4",
"profile": "https://github.com/roerohan",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "detox-chrome-extension",
"projectOwner": "Team-Jalapeno",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- PROJECT LOGO -->
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<p align="center">
<a href="https://github.com/Team-Jalapeno/detox-chrome-extension/">
<img src="./public/icon.png" alt="Logo" width="80">
Expand Down Expand Up @@ -162,3 +165,23 @@ Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more informati

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

## Contributors ✨

Thanks goes to these wonderful people ([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>
<tr>
<td align="center"><a href="https://github.com/roerohan"><img src="https://avatars.githubusercontent.com/u/42958812?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Rohan Mukherjee</b></sub></a><br /><a href="https://github.com/Team-Jalapeno/detox-chrome-extension/commits?author=roerohan" title="Code">💻</a> <a href="https://github.com/Team-Jalapeno/detox-chrome-extension/commits?author=roerohan" title="Documentation">📖</a></td>
</tr>
</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 957c7f7

Please sign in to comment.