Skip to content

Commit

Permalink
docs: add afrianjunior as a contributor for code, and example (#39)
Browse files Browse the repository at this point in the history
Adds @afrianjunior as a contributor for code, example.

This was requested by r17x [in this comment](#38 (comment))
  • Loading branch information
allcontributors[bot] authored Oct 9, 2022
1 parent d88c4f7 commit 1f4a0cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@
"code",
"example"
]
},
{
"login": "afrianjunior",
"name": "Afrian Junior",
"avatar_url": "https://avatars.githubusercontent.com/u/13098072?v=4",
"profile": "https://afrianjunior.github.io",
"contributions": [
"code",
"example"
]
}
]
}
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,8 @@ const fetchProject = ({ id, projectId, others, ...opts }) =>
[\[Back to the Table of Contents\]](#toc)

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->

<!-- prettier-ignore-start -->

<!-- markdownlint-disable -->

<table>
<tbody>
<tr>
Expand All @@ -333,14 +330,13 @@ const fetchProject = ({ id, projectId, others, ...opts }) =>
<td align="center"><a href="http://mupinnn.github.io"><img src="https://avatars.githubusercontent.com/u/46535277?v=4?s=100" width="100px;" alt="Ahmad Muwaffaq"/><br /><sub><b>Ahmad Muwaffaq</b></sub></a><br /><a href="https://github.com/r17x/fetch.macro/commits?author=mupinnn" title="Code">💻</a> <a href="#example-mupinnn" title="Examples">💡</a></td>
<td align="center"><a href="http://abdmmar.com"><img src="https://avatars.githubusercontent.com/u/50788123?v=4?s=100" width="100px;" alt="Abdullah Ammar"/><br /><sub><b>Abdullah Ammar</b></sub></a><br /><a href="https://github.com/r17x/fetch.macro/commits?author=abdmmar" title="Code">💻</a> <a href="#example-abdmmar" title="Examples">💡</a></td>
</tr>
<tr>
<td align="center"><a href="https://afrianjunior.github.io"><img src="https://avatars.githubusercontent.com/u/13098072?v=4?s=100" width="100px;" alt="Afrian Junior"/><br /><sub><b>Afrian Junior</b></sub></a><br /><a href="https://github.com/r17x/fetch.macro/commits?author=afrianjunior" title="Code">💻</a> <a href="#example-afrianjunior" title="Examples">💡</a></td>
</tr>
</tbody>
<tfoot>

</tfoot>
</table>

<!-- markdownlint-restore -->

<!-- prettier-ignore-end -->

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

0 comments on commit 1f4a0cd

Please sign in to comment.