-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.all-contributorsrc
79 lines (79 loc) · 1.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"projectName": "FISCO_BCOS_Toolbox",
"projectOwner": "SUIBE-Blockchain",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "leeduckgo",
"name": "李大狗",
"avatar_url": "https://avatars1.githubusercontent.com/u/12784118?v=4",
"profile": "https://github.com/leeduckgo",
"contributions": [
"code"
]
},
{
"login": "99Kies",
"name": "HuiFeng Tang",
"avatar_url": "https://avatars3.githubusercontent.com/u/45918704?v=4",
"profile": "https://blog.csdn.net/qq_19381989",
"contributions": [
"code"
]
},
{
"login": "dengcheng6502",
"name": "Mu Li",
"avatar_url": "https://avatars0.githubusercontent.com/u/30894162?v=4",
"profile": "https://github.com/dengcheng6502",
"contributions": [
"code"
]
},
{
"login": "xiaoyue2019",
"name": "肖越",
"avatar_url": "https://avatars1.githubusercontent.com/u/42673461?v=4",
"profile": "http://cnmf.net.cn",
"contributions": [
"code"
]
},
{
"login": "lekko1988",
"name": "lekko1988",
"avatar_url": "https://avatars0.githubusercontent.com/u/19570787?v=4",
"profile": "https://github.com/lekko1988",
"contributions": [
"code"
]
},
{
"login": "hqwangningbo",
"name": "hqwangningbo",
"avatar_url": "https://avatars2.githubusercontent.com/u/57781136?v=4",
"profile": "http://hqwangningbo.gitee.io",
"contributions": [
"code"
]
},
{
"login": "whtech",
"name": "whtech",
"avatar_url": "https://avatars1.githubusercontent.com/u/8427564?v=4",
"profile": "https://github.com/whtech",
"contributions": [
"infra"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}