Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit c850a8f

Browse files
docs: add lcm6528 as a contributor (#200)
* 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 28aabbf commit c850a8f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,15 @@
103103
"contributions": [
104104
"translation"
105105
]
106+
},
107+
{
108+
"login": "lcm6528",
109+
"name": "changmin Lee",
110+
"avatar_url": "https://avatars2.githubusercontent.com/u/6929166?v=4",
111+
"profile": "https://github.com/lcm6528",
112+
"contributions": [
113+
"code"
114+
]
106115
}
107116
],
108117
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Typescript-Handbook-ko
22

33
[![Build Status](https://travis-ci.com/yeonjuan/Typescript-Handbook-ko.svg?branch=master)](https://travis-ci.com/yeonjuan/Typescript-Handbook-ko) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

77
타입스크립트 핸드북 번역
@@ -64,6 +64,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
6464
<td align="center"><a href="https://github.com/dvlprsh"><img src="https://avatars1.githubusercontent.com/u/48552752?v=4" width="100px;" alt=""/><br /><sub><b>seoheePark</b></sub></a><br /><a href="#translation-dvlprsh" title="Translation">🌍</a></td>
6565
<td align="center"><a href="https://heeveloper.github.io/"><img src="https://avatars3.githubusercontent.com/u/17620671?v=4" width="100px;" alt=""/><br /><sub><b>Heeveloper</b></sub></a><br /><a href="#translation-heeveloper" title="Translation">🌍</a></td>
6666
<td align="center"><a href="https://github.com/bobfull"><img src="https://avatars1.githubusercontent.com/u/48228621?v=4" width="100px;" alt=""/><br /><sub><b>bobfull</b></sub></a><br /><a href="#translation-bobfull" title="Translation">🌍</a></td>
67+
<td align="center"><a href="https://github.com/lcm6528"><img src="https://avatars2.githubusercontent.com/u/6929166?v=4" width="100px;" alt=""/><br /><sub><b>changmin Lee</b></sub></a><br /><a href="https://github.com/yeonjuan/Typescript-Handbook-ko/commits?author=lcm6528" title="Code">💻</a></td>
6768
</tr>
6869
</table>
6970

0 commit comments

Comments
 (0)