-
Notifications
You must be signed in to change notification settings - Fork 232
/
Copy path.all-contributorsrc
144 lines (144 loc) · 3.61 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"projectName": "react-hooks-testing-library",
"projectOwner": "testing-library",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mpeyper",
"name": "Michael Peyper",
"avatar_url": "https://avatars0.githubusercontent.com/u/23029903?v=4",
"profile": "https://github.com/mpeyper",
"contributions": [
"code",
"design",
"doc",
"ideas",
"infra",
"platform",
"test",
"tool"
]
},
{
"login": "otofu-square",
"name": "otofu-square",
"avatar_url": "https://avatars0.githubusercontent.com/u/10118235?v=4",
"profile": "https://github.com/otofu-square",
"contributions": [
"code"
]
},
{
"login": "ab18556",
"name": "Patrick P. Henley",
"avatar_url": "https://avatars2.githubusercontent.com/u/988696?v=4",
"profile": "https://github.com/ab18556",
"contributions": [
"ideas",
"review"
]
},
{
"login": "marquesm91",
"name": "Matheus Marques",
"avatar_url": "https://avatars3.githubusercontent.com/u/7120471?v=4",
"profile": "https://twitter.com/matiosfm",
"contributions": [
"code"
]
},
{
"login": "dhruv-m-patel",
"name": "Dhruv Patel",
"avatar_url": "https://avatars1.githubusercontent.com/u/19353311?v=4",
"profile": "https://ca.linkedin.com/in/dhruvmpatel",
"contributions": [
"bug",
"review"
]
},
{
"login": "ntucker",
"name": "Nathaniel Tucker",
"avatar_url": "https://avatars0.githubusercontent.com/u/866147?v=4",
"profile": "https://ntucker.true.io",
"contributions": [
"bug",
"review"
]
},
{
"login": "sgrishchenko",
"name": "Sergei Grishchenko",
"avatar_url": "https://avatars3.githubusercontent.com/u/15995890?v=4",
"profile": "https://github.com/sgrishchenko",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "josepot",
"name": "Josep M Sobrepere",
"avatar_url": "https://avatars1.githubusercontent.com/u/8620144?v=4",
"profile": "https://github.com/josepot",
"contributions": [
"doc"
]
},
{
"login": "mtinner",
"name": "Marcel Tinner",
"avatar_url": "https://avatars0.githubusercontent.com/u/5487448?v=4",
"profile": "https://github.com/mtinner",
"contributions": [
"doc"
]
},
{
"login": "FredyC",
"name": "Daniel K.",
"avatar_url": "https://avatars0.githubusercontent.com/u/1096340?v=4",
"profile": "https://github.com/FredyC",
"contributions": [
"bug",
"code"
]
},
{
"login": "VinceMalone",
"name": "Vince Malone",
"avatar_url": "https://avatars0.githubusercontent.com/u/2516349?v=4",
"profile": "https://github.com/VinceMalone",
"contributions": [
"code"
]
},
{
"login": "doppelmutzi",
"name": "Sebastian Weber",
"avatar_url": "https://avatars1.githubusercontent.com/u/4130968?v=4",
"profile": "https://github.com/doppelmutzi",
"contributions": [
"blog"
]
},
{
"login": "gillchristian",
"name": "Christian Gill",
"avatar_url": "https://avatars2.githubusercontent.com/u/8309423?v=4",
"profile": "https://gillchristian.xyz",
"contributions": [
"doc"
]
}
],
"commitConvention": "none"
}