Skip to content

Commit e02fb0c

Browse files
authored
Merge pull request #4 from SOPTAndroidAdvancedStudy/all-contributors/add-l2hyunwoo
docs: add l2hyunwoo as a contributor for doc
2 parents 6b1f9a8 + cfc02dd commit e02fb0c

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "l2hyunwoo",
10+
"name": "Hyun-Woo Lee",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/54518925?v=4",
12+
"profile": "http://velog.io/@l2hyunwoo",
13+
"contributions": [
14+
"doc"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "Blog",
20+
"projectOwner": "SOPTAndroidAdvancedStudy",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Blog
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
안드로이드 공부한걸 팀 블로그에 Publish 해보자
47

@@ -7,3 +10,23 @@
710
|Week|Subject|Publisher|
811
|:------:|:------:|:------:|
912
|1|Android Framework|@l2hyunwoo|
13+
14+
## Contributors ✨
15+
16+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
17+
18+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
19+
<!-- prettier-ignore-start -->
20+
<!-- markdownlint-disable -->
21+
<table>
22+
<tr>
23+
<td align="center"><a href="http://velog.io/@l2hyunwoo"><img src="https://avatars.githubusercontent.com/u/54518925?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Hyun-Woo Lee</b></sub></a><br /><a href="https://github.com/SOPTAndroidAdvancedStudy/Blog/commits?author=l2hyunwoo" title="Documentation">📖</a></td>
24+
</tr>
25+
</table>
26+
27+
<!-- markdownlint-restore -->
28+
<!-- prettier-ignore-end -->
29+
30+
<!-- ALL-CONTRIBUTORS-LIST:END -->
31+
32+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)