Skip to content

Commit

Permalink
ci: add all-contributors bot (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG authored Jun 13, 2024
1 parent aeddf4c commit cb07be4
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
54 changes: 54 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"projectName": "halo-theme-sakura",
"projectOwner": "LIlGG",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributors": [
{
"login": "LIlGG",
"name": "Takagi",
"avatar_url": "https://avatars2.githubusercontent.com/u/31335418?v=4",
"profile": "https://lixingyong.com",
"contributions": [
"code",
"doc",
"example"
]
},
{
"login": "ruibaby",
"name": "Ryan Wang",
"avatar_url": "https://avatars2.githubusercontent.com/u/21301288?v=4",
"profile": "https://ryanc.cc",
"contributions": [
"design",
"ideas"
]
},
{
"login": "parasomn1a",
"name": "Parasomnia",
"avatar_url": "https://avatars2.githubusercontent.com/u/22992947?v=4",
"profile": "https://mashiro.best",
"contributions": [
"code",
"design"
]
},
{
"login": "mashirozx",
"name": "Mashiro",
"avatar_url": "https://avatars2.githubusercontent.com/u/16148054?v=4",
"profile": "https://2heng.xin",
"contributions": [
"design",
"ideas"
]
}
]
}
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,14 @@ DEMO:[https://lixingyong.com/](https://lixingyong.com/)

感谢这些很优秀的人:

| [<img src="https://avatars2.githubusercontent.com/u/31335418?v=4" width="100px;"/><br /><sub><b>Takagi</b></sub>](https://lixingyong.com/)<br />[💻](https://github.com/LIlGG/halo-theme-sakura/commits?author=LIlGG "编码") [📖](https://github.com/LIlGG/halo-theme-sakura/commits?author=LIlGG "文档") [💡](#example-LIlGG "示例") | [<img src="https://avatars2.githubusercontent.com/u/21301288?v=4" width="100px;"/><br /><sub><b>Ryan Wang</b></sub>](https://ryanc.cc/)<br /> [🎨](#design-ruibaby "设计") [🤔](#design-ruibaby "想法与计划") | [<img src="https://avatars2.githubusercontent.com/u/22992947?v=4" width="100px;"/><br /><sub><b>Parasomnia</b></sub>](https://mashiro.best/)<br /> [💻](https://github.com/LIlGG/halo-theme-sakura/commits?author=parasomn1a "编码") [🎨](#design-parasomn1a "设计") | [<img src="https://avatars2.githubusercontent.com/u/16148054?v=4" width="100px;"/><br /><sub><b>Mashiro</b></sub>](https://2heng.xin/)<br />[🎨](#design-Mashiro "设计") [🤔](#design-Mashiro "想法与思路")|
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

该项目遵循 [所有参与者](https://github.com/kentcdodds/all-contributors) 规范。

Expand Down

0 comments on commit cb07be4

Please sign in to comment.