-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.all-contributorsrc
97 lines (97 loc) · 2.49 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
{
"projectName": "hspec-golden",
"projectOwner": "stackbuilders",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "CristhianMotoche",
"name": "Cristhian Motoche",
"avatar_url": "https://avatars.githubusercontent.com/u/8370088?v=4",
"profile": "https://cristhianmotoche.github.io/",
"contributions": [
"code"
]
},
{
"login": "christianwish",
"name": "Christian Wünsche (ehem Heyn)",
"avatar_url": "https://avatars.githubusercontent.com/u/3807237?v=4",
"profile": "https://www.christian-wuensche.com/",
"contributions": [
"code"
]
},
{
"login": "bitc",
"name": "Bit Connor",
"avatar_url": "https://avatars.githubusercontent.com/u/996487?v=4",
"profile": "https://github.com/bitc",
"contributions": [
"code"
]
},
{
"login": "dbalseiro",
"name": "Diego Balseiro",
"avatar_url": "https://avatars.githubusercontent.com/u/2053849?v=4",
"profile": "https://dbalseiro.github.io/",
"contributions": [
"code"
]
},
{
"login": "Jagl257",
"name": "Jorge Guerra Landázuri",
"avatar_url": "https://avatars.githubusercontent.com/u/27145248?v=4",
"profile": "https://github.com/Jagl257",
"contributions": [
"code"
]
},
{
"login": "ChickenProp",
"name": "Phil Hazelden",
"avatar_url": "https://avatars.githubusercontent.com/u/57271?v=4",
"profile": "https://github.com/ChickenProp",
"contributions": [
"code"
]
},
{
"login": "avieth",
"name": "Alexander Vieth",
"avatar_url": "https://avatars.githubusercontent.com/u/1420272?v=4",
"profile": "http://alexvieth.wordpress.com/",
"contributions": [
"code"
]
},
{
"login": "guibou",
"name": "Guillaume Bouchard",
"avatar_url": "https://avatars.githubusercontent.com/u/9705357?v=4",
"profile": "https://github.com/guibou",
"contributions": [
"code"
]
},
{
"login": "fefi95",
"name": "Stefani Castellanos",
"avatar_url": "https://avatars.githubusercontent.com/u/12057338?v=4",
"profile": "https://github.com/fefi95",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}