-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.all-contributorsrc
80 lines (80 loc) · 1.89 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
{
"projectName": "accept-language-rs",
"projectOwner": "mike-engel",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "mike-engel",
"name": "Mike Engel",
"avatar_url": "https://avatars0.githubusercontent.com/u/464447?v=4",
"profile": "https://www.mike-engel.com",
"contributions": [
"bug",
"question",
"code",
"doc",
"design",
"ideas",
"infra",
"review",
"test"
]
},
{
"login": "LukasKalbertodt",
"name": "Lukas Kalbertodt",
"avatar_url": "https://avatars1.githubusercontent.com/u/7419664?v=4",
"profile": "http://lukaskalbertodt.github.io/",
"contributions": [
"code"
]
},
{
"login": "sstangl",
"name": "Sean Stangl",
"avatar_url": "https://avatars0.githubusercontent.com/u/171223?v=4",
"profile": "https://github.com/sstangl",
"contributions": [
"code",
"bug",
"test"
]
},
{
"login": "kornelski",
"name": "Kornel",
"avatar_url": "https://avatars0.githubusercontent.com/u/72159?v=4",
"profile": "https://kornel.ski",
"contributions": [
"code"
]
},
{
"login": "neosilky",
"name": "Daniel Lockyer",
"avatar_url": "https://avatars2.githubusercontent.com/u/964245?v=4",
"profile": "https://daniellockyer.com",
"contributions": [
"bug"
]
},
{
"login": "peter-scholtens",
"name": "Peter C. S. Scholtens",
"avatar_url": "https://avatars.githubusercontent.com/u/7198614?v=4",
"profile": "https://github.com/peter-scholtens",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7
}