Skip to content

Commit da568e0

Browse files
committed
.all-contributors 추가
1 parent e27d4ab commit da568e0

File tree

4 files changed

+333
-5
lines changed

4 files changed

+333
-5
lines changed

.all-contributorsrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"projectName": "moon.svg",
3+
"projectOwner": "hmu332233",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "hmu332233",
15+
"name": "Minung Han",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/10302969?v=4",
17+
"profile": "https://github.com/hmu332233",
18+
"contributions": [
19+
"maintenance",
20+
"code"
21+
]
22+
}
23+
],
24+
"contributorsPerLine": 7
25+
}

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,32 @@ https://moon-svg.minung.dev/moon.svg?round=true
6060
Contributing은 항상 환영합니다!
6161
Star, Issue, Pull Request 등등 모두 감사합니다.
6262

63+
## Contributors ✨
64+
65+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
66+
67+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
68+
69+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
70+
71+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
72+
73+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
74+
<!-- prettier-ignore-start -->
75+
<!-- markdownlint-disable -->
76+
<table>
77+
<tr>
78+
<td align="center"><a href="https://github.com/hmu332233"><img src="https://avatars.githubusercontent.com/u/10302969?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Minung Han</b></sub></a><br /><a href="#maintenance-hmu332233" title="Maintenance">🚧</a> <a href="https://github.com/hmu332233/moon.svg/commits?author=hmu332233" title="Code">💻</a></td>
79+
</tr>
80+
</table>
81+
82+
<!-- markdownlint-restore -->
83+
<!-- prettier-ignore-end -->
84+
85+
<!-- ALL-CONTRIBUTORS-LIST:END -->
86+
87+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
88+
6389
## License
6490

6591
Distributed under the MIT License. See `LICENSE` for more information.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"devDependencies": {
2222
"@types/node": "17.0.21",
2323
"@types/react": "17.0.40",
24+
"all-contributors-cli": "^6.20.0",
2425
"autoprefixer": "^10.4.2",
2526
"daisyui": "^2.6.4",
2627
"eslint": "8.10.0",

0 commit comments

Comments
 (0)