docs(all-contributors): add initial contributors list

This commit is contained in:
MingxuanGame
2025-10-19 18:29:11 +08:00
parent 965c96d0b2
commit 07bf9864d2
4 changed files with 106 additions and 0 deletions

44
.all-contributorsrc Normal file
View File

@@ -0,0 +1,44 @@
{
"projectName": "g0v0-server",
"projectOwner": "GooGuTeam",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"README.en.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "GooGuJiang",
"name": "咕谷酱",
"avatar_url": "https://avatars.githubusercontent.com/u/74496778?v=4",
"profile": "https://github.com/GooGuJiang",
"contributions": [
"code"
]
},
{
"login": "MingxuanGame",
"name": "MingxuanGame",
"avatar_url": "https://avatars.githubusercontent.com/u/68982190?v=4",
"profile": "https://blog.mxgame.top/",
"contributions": [
"code"
]
},
{
"login": "chenjintang-shrimp",
"name": "陈晋瑭",
"avatar_url": "https://avatars.githubusercontent.com/u/110657724?v=4",
"profile": "https://github.com/chenjintang-shrimp",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}