From cb07be48b385a9ef36583fd476079277ebc2cc0d Mon Sep 17 00:00:00 2001 From: Takagi Date: Thu, 13 Jun 2024 11:12:53 +0800 Subject: [PATCH] ci: add all-contributors bot (#531) --- .all-contributorsrc | 54 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 10 +++++++-- 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..10b5c52d --- /dev/null +++ b/.all-contributorsrc @@ -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" + ] + } + ] +} diff --git a/README.md b/README.md index c9e8d081..9ea21be3 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,14 @@ DEMO:[https://lixingyong.com/](https://lixingyong.com/) 感谢这些很优秀的人: -| [
Takagi](https://lixingyong.com/)
[💻](https://github.com/LIlGG/halo-theme-sakura/commits?author=LIlGG "编码") [📖](https://github.com/LIlGG/halo-theme-sakura/commits?author=LIlGG "文档") [💡](#example-LIlGG "示例") | [
Ryan Wang](https://ryanc.cc/)
[🎨](#design-ruibaby "设计") [🤔](#design-ruibaby "想法与计划") | [
Parasomnia](https://mashiro.best/)
[💻](https://github.com/LIlGG/halo-theme-sakura/commits?author=parasomn1a "编码") [🎨](#design-parasomn1a "设计") | [
Mashiro](https://2heng.xin/)
[🎨](#design-Mashiro "设计") [🤔](#design-Mashiro "想法与思路")| -| :---: | :---: | :---: | :---: | + + + + + + + + 该项目遵循 [所有参与者](https://github.com/kentcdodds/all-contributors) 规范。