Skip to content

Commit

Permalink
docs: add wonderlandpark as a contributor (#236)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

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

* docs: updated badge

* Update README.md

* Update README.md

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Junseo Park <[email protected]>
  • Loading branch information
allcontributors[bot] and wonderlandpark authored Feb 23, 2021
1 parent fe7af34 commit d4a8d90
Show file tree
Hide file tree
Showing 2 changed files with 44 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": "wonderlandpark",
"name": "Junseo Park",
"avatar_url": "https://avatars.githubusercontent.com/u/31924512?v=4",
"profile": "https://wonder.im",
"contributions": [
"maintenance",
"business"
]
}
],
"contributorsPerLine": 7,
"projectName": "koreanbots",
"projectOwner": "koreanbots",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div align="center">
<img src="./.github/assets/koreanbots-ko.png">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- <a aria-label="All Contributors" href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=for-the-badge&labelColor=000000"></a> -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</div>

![Tests](https://github.com/koreanbots/koreanbots/workflows/Tests/badge.svg)
Expand All @@ -25,3 +28,19 @@
이슈와 PR은 언제든지 환영입니다.

[기여 규칙](./.github/CONTRIBUTING)

## 기여자

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://wonder.im"><img src="https://avatars.githubusercontent.com/u/31924512?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Junseo Park</b></sub></a><br /><a href="#maintenance-wonderlandpark" title="Maintenance">🚧</a> <a href="#business-wonderlandpark" title="Business development">💼</a></td>
</tr>
</table>

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

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

0 comments on commit d4a8d90

Please sign in to comment.