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 kimdahyee as a contributor for code #333

Merged
merged 4 commits into from
Sep 10, 2023
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
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
"contributions": [
"code"
]
},
{
"login": "kimdahyee",
"name": "kimdahyee._.",
"avatar_url": "https://avatars.githubusercontent.com/u/63586451?v=4",
"profile": "https://github.com/kimdahyee",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p align="center">
<img src="https://img.shields.io/badge/Kotlin-1.8.21-7F52FF?style=for-the-badge&logo=Kotlin&logoColor=white"/>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<img src="https://img.shields.io/badge/all_contributors-9-orange.svg?style=for-the-badge"/>
<img src="https://img.shields.io/badge/all_contributors-10-orange.svg?style=for-the-badge"/>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
<br />
Expand Down Expand Up @@ -54,6 +54,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://www.instagram.com/lv3isn/"><img src="https://avatars.githubusercontent.com/u/108331578?v=4?s=100" width="100px;" alt="Giovanni Junseo Kim"/><br /><sub><b>Giovanni Junseo Kim</b></sub></a><br /><a href="https://github.com/sopt-makers/sopt-android/commits?author=giovannijunseokim" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/taeheeL"><img src="https://avatars.githubusercontent.com/u/98825364?v=4?s=100" width="100px;" alt="HaeTi"/><br /><sub><b>HaeTi</b></sub></a><br /><a href="https://github.com/sopt-makers/sopt-android/commits?author=taeheeL" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kimdahyee"><img src="https://avatars.githubusercontent.com/u/63586451?v=4?s=100" width="100px;" alt="kimdahyee._."/><br /><sub><b>kimdahyee._.</b></sub></a><br /><a href="https://github.com/sopt-makers/sopt-android/commits?author=kimdahyee" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down