-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
60 lines (60 loc) · 1.47 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"projectName": "aigc-docs",
"projectOwner": "latentcat",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"contributors": [
{
"login": "ciaochaos",
"name": "倪豪",
"avatar_url": "https://avatars.githubusercontent.com/u/55932704?v=4",
"profile": "https://troyni.com",
"contributions": [
"example"
]
},
{
"login": "chenbaiyujason",
"name": "shichen",
"avatar_url": "https://avatars.githubusercontent.com/u/55756122?v=4",
"profile": "https://github.com/chenbaiyujason",
"contributions": [
"example"
]
},
{
"login": "CPunisher",
"name": "CPunisher",
"avatar_url": "https://avatars.githubusercontent.com/u/8509934?v=4",
"profile": "https://github.com/CPunisher",
"contributions": [
"example"
]
},
{
"login": "Zhaohan-Wang",
"name": "Zhaohan Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/48054435?v=4",
"profile": "https://github.com/Zhaohan-Wang",
"contributions": [
"example",
"doc"
]
},
{
"login": "LIUXIN52534",
"name": "Stefano",
"avatar_url": "https://avatars.githubusercontent.com/u/75652238?v=4",
"profile": "https://github.com/LIUXIN52534",
"contributions": [
"doc"
]
}
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7
}