-
Notifications
You must be signed in to change notification settings - Fork 62
/
.all-contributorsrc
58 lines (58 loc) · 1.34 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
{
"projectName": "project-graph",
"projectOwner": "LiRenTech",
"files": [
"docs/contributors.md"
],
"commitConvention": "gitmoji",
"contributorsSortAlphabetically": true,
"repoType": "github",
"contributors": [
{
"login": "Littlefean",
"name": "Littlefean",
"avatar_url": "https://avatars.githubusercontent.com/u/52772779?v=4",
"profile": "https://github.com/Littlefean",
"contributions": [
"code",
"ideas",
"projectManagement",
"tutorial",
"video"
]
},
{
"login": "Rutubet",
"name": "Rutubet",
"avatar_url": "https://avatars.githubusercontent.com/u/42482513?v=4",
"profile": "https://github.com/Rutubet",
"contributions": [
"code",
"ideas"
]
},
{
"login": "zty012",
"name": "ZTY",
"avatar_url": "https://avatars.githubusercontent.com/u/89395757?v=4",
"profile": "https://github.com/zty012",
"contributions": [
"code",
"design",
"doc",
"ideas",
"projectManagement",
"translation"
]
},
{
"login": "Sunrisepeak",
"name": "SPeak",
"avatar_url": "https://avatars.githubusercontent.com/u/38786181?v=4",
"profile": "https://d2learn.org/",
"contributions": [
"tool"
]
}
]
}