forked from intuit/auto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
105 lines (105 loc) · 2.5 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
{
"projectName": "auto",
"projectOwner": "intuit",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "adierkens",
"name": "Adam Dierkens",
"avatar_url": "https://avatars1.githubusercontent.com/u/13004162?v=4",
"profile": "https://adamdierkens.com",
"contributions": [
"code",
"doc",
"ideas",
"test"
]
},
{
"login": "hipstersmoothie",
"name": "Andrew Lisowski",
"avatar_url": "https://avatars3.githubusercontent.com/u/1192452?v=4",
"profile": "http://hipstersmoothie.com",
"contributions": [
"code",
"doc",
"ideas",
"infra",
"test"
]
},
{
"login": "Aghassi",
"name": "David",
"avatar_url": "https://avatars2.githubusercontent.com/u/3680126?v=4",
"profile": "https://github.com/Aghassi",
"contributions": [
"infra"
]
},
{
"login": "orta",
"name": "Orta",
"avatar_url": "https://avatars2.githubusercontent.com/u/49038?v=4",
"profile": "http://orta.io",
"contributions": [
"code"
]
},
{
"login": "zephraph",
"name": "Justin Bennett",
"avatar_url": "https://avatars1.githubusercontent.com/u/3087225?v=4",
"profile": "https://github.com/zephraph",
"contributions": [
"bug",
"code"
]
},
{
"login": "aleclarson",
"name": "Alec Larson",
"avatar_url": "https://avatars2.githubusercontent.com/u/1925840?v=4",
"profile": "https://twitter.com/alecdotbiz",
"contributions": [
"code"
]
},
{
"login": "tylerkrupicka",
"name": "Tyler Krupicka",
"avatar_url": "https://avatars1.githubusercontent.com/u/5761061?v=4",
"profile": "http://tylerkrupicka.com",
"contributions": [
"code"
]
},
{
"login": "hello-woof",
"name": "Zachary Sherwin",
"avatar_url": "https://avatars2.githubusercontent.com/u/48960849?v=4",
"profile": "https://github.com/hello-woof",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "bnigh",
"name": "bnigh",
"avatar_url": "https://avatars3.githubusercontent.com/u/8219313?v=4",
"profile": "https://github.com/bnigh",
"contributions": [
"code"
]
}
],
"commitConvention": "none"
}