forked from MegEngine/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
39 lines (39 loc) · 892 Bytes
/
.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
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"skipCi": true,
"contributors": [
{
"login": "MegChai",
"name": "Chai",
"avatar_url": "https://avatars2.githubusercontent.com/u/21091736?v=4",
"profile": "https://github.com/MegChai",
"contributions": [
"code",
"content",
"ideas",
"tutorial",
"doc",
"example",
"design"
]
},
{
"login": "Randolph87xxx",
"name": "Randolph87xxx",
"avatar_url": "https://avatars.githubusercontent.com/u/67140656?v=4",
"profile": "https://github.com/Randolph87xxx",
"contributions": [
"content"
]
}
],
"projectName": "Documentation",
"projectOwner": "MegEngine",
"repoType": "github",
"repoHost": "https://github.com"
}