This commit is contained in:
Junseo Park 2021-02-23 12:36:00 +09:00
commit 62f3a8d1b0
2 changed files with 54 additions and 0 deletions

35
.all-contributorsrc Normal file
View File

@ -0,0 +1,35 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
badgeTemplate: "",
"contributors": [
{
"login": "wonderlandpark",
"name": "Junseo Park",
"avatar_url": "https://avatars.githubusercontent.com/u/31924512?v=4",
"profile": "https://wonder.im",
"contributions": [
"maintenance",
"business"
]
},
{
"login": "zero734kr",
"name": "zero734kr",
"avatar_url": "https://avatars.githubusercontent.com/u/51540538?v=4",
"profile": "https://github.com/zero734kr",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"projectName": "koreanbots",
"projectOwner": "koreanbots",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}

View File

@ -1,5 +1,7 @@
<div align="center">
<img src="./.github/assets/koreanbots-ko.png">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</div>
![Tests](https://github.com/koreanbots/koreanbots/workflows/Tests/badge.svg)
@ -25,3 +27,20 @@
이슈와 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>
<td align="center"><a href="https://github.com/zero734kr"><img src="https://avatars.githubusercontent.com/u/51540538?v=4?s=100" width="100px;" alt=""/><br /><sub><b>zero734kr</b></sub></a><br /><a href="https://github.com/koreanbots/koreanbots/pulls?q=is%3Apr+reviewed-by%3Azero734kr" title="Reviewed Pull Requests">👀</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->