-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
119 lines (119 loc) · 2.86 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"projectName": "trpc",
"projectOwner": "trpc",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "KATT",
"name": "Alex Johansson",
"avatar_url": "https://avatars.githubusercontent.com/u/459267?v=4",
"profile": "https://twitter.com/alexdotjs",
"contributions": [
"ideas",
"code",
"test",
"doc",
"example",
"maintenance"
]
},
{
"login": "colinhacks",
"name": "Colin McDonnell",
"avatar_url": "https://avatars.githubusercontent.com/u/3084745?v=4",
"profile": "https://colinhacks.com/",
"contributions": [
"ideas",
"code",
"test",
"doc"
]
},
{
"login": "cyrus-za",
"name": "Pieter Venter",
"avatar_url": "https://avatars.githubusercontent.com/u/1845861?v=4",
"profile": "https://pieter.venter.pro",
"contributions": [
"ideas",
"review"
]
},
{
"login": "Sendouc",
"name": "Kalle",
"avatar_url": "https://avatars.githubusercontent.com/u/38327916?v=4",
"profile": "https://sendou.cc/",
"contributions": [
"bug"
]
},
{
"login": "mgranderath",
"name": "Malte Granderath",
"avatar_url": "https://avatars.githubusercontent.com/u/22001111?v=4",
"profile": "http://granderath.tech",
"contributions": [
"bug"
]
},
{
"login": "kripod",
"name": "Kristóf Poduszló",
"avatar_url": "https://avatars.githubusercontent.com/u/14854048?v=4",
"profile": "https://github.com/kripod",
"contributions": [
"ideas",
"bug"
]
},
{
"login": "molebox",
"name": "Rich Haines",
"avatar_url": "https://avatars.githubusercontent.com/u/22930449?v=4",
"profile": "https://www.richardhaines.dev",
"contributions": [
"example"
]
},
{
"login": "simonedelmann",
"name": "Simon Edelmann",
"avatar_url": "https://avatars.githubusercontent.com/u/2821076?v=4",
"profile": "https://github.com/simonedelmann",
"contributions": [
"code",
"ideas",
"test",
"doc"
]
},
{
"login": "anthonyshort",
"name": "Anthony Short",
"avatar_url": "https://avatars.githubusercontent.com/u/36125?v=4",
"profile": "https://anthonyshort.me",
"contributions": [
"financial"
]
},
{
"login": "pnfcre",
"name": "Hampus Kraft",
"avatar_url": "https://avatars.githubusercontent.com/u/24176136?v=4",
"profile": "https://hampuskraft.com",
"contributions": [
"financial"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}