Skip to content

Commit 91a3dc0

Browse files
docs: add nmsohn as a contributor (#87)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 27dc7bc commit 91a3dc0

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

β€Ž.all-contributorsrc

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "typescript-kr.github.io",
3-
"projectOwner": "yeonjuan",
3+
"projectOwner": "typescript-kr",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [
@@ -198,7 +198,17 @@
198198
"contributions": [
199199
"translation"
200200
]
201+
},
202+
{
203+
"login": "nmsohn",
204+
"name": "Hahn",
205+
"avatar_url": "https://avatars0.githubusercontent.com/u/20067736?v=4",
206+
"profile": "https://github.com/nmsohn",
207+
"contributions": [
208+
"translation"
209+
]
201210
}
202211
],
203-
"contributorsPerLine": 8
212+
"contributorsPerLine": 8,
213+
"skipCi": true
204214
}

β€ŽREADME.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# TypeScript-Handbook ν•œκΈ€ λ¬Έμ„œ
22

33
[![Build Status](https://api.travis-ci.com/typescript-kr/typescript-kr.github.io.svg?branch=master)](https://travis-ci.com/github/typescript-kr/typescript-kr.github.io) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
5+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
56
[![Release Date](https://img.shields.io/github/release-date/typescript-kr/typescript-kr.github.io)](https://github.com/typescript-kr/typescript-kr.github.io/releases)<!-- RELEASE-DATE-BADGE:END -->
67
[![Stars](https://img.shields.io/github/stars/typescript-kr/typescript-kr.github.io)](https://github.com/typescript-kr/typescript-kr.github.io/stargazers)<!-- STARS-BADGE:END -->
78

@@ -53,6 +54,7 @@
5354
<td align="center"><a href="https://heeveloper.github.io/"><img src="https://avatars3.githubusercontent.com/u/17620671?v=4" width="80px;" alt=""/><br /><sub><b>Heeveloper</b></sub></a><br /><a href="#translation-heeveloper" title="Translation">🌍</a></td>
5455
<td align="center"><a href="https://github.com/bobfull"><img src="https://avatars1.githubusercontent.com/u/48228621?v=4" width="80px;" alt=""/><br /><sub><b>bobfull</b></sub></a><br /><a href="#translation-bobfull" title="Translation">🌍</a></td>
5556
<td align="center"><a href="https://github.com/lcm6528"><img src="https://avatars2.githubusercontent.com/u/6929166?v=4" width="80px;" alt=""/><br /><sub><b>changmin Lee</b></sub></a><br /><a href="#translation-lcm6528" title="Translation">🌍</a></td>
57+
<td align="center"><a href="https://github.com/nmsohn"><img src="https://avatars0.githubusercontent.com/u/20067736?v=4" width="80px;" alt=""/><br /><sub><b>Hahn</b></sub></a><br /><a href="#translation-nmsohn" title="Translation">🌍</a></td>
5658
</tr>
5759
</table>
5860

0 commit comments

Comments
Β (0)