-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
.all-contributorsrc
84 lines (84 loc) · 2.52 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
{
"projectName": "django-codemod",
"projectOwner": "browniebroke",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 80,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "browniebroke",
"name": "Bruno Alla",
"avatar_url": "https://avatars1.githubusercontent.com/u/861044?v=4",
"profile": "https://browniebroke.com",
"contributions": ["code", "doc", "ideas"]
},
{
"login": "akx",
"name": "Aarni Koskela",
"avatar_url": "https://avatars2.githubusercontent.com/u/58669?v=4",
"profile": "https://akx.github.io/",
"contributions": ["code", "ideas", "test"]
},
{
"login": "adamchainz",
"name": "Adam Johnson",
"avatar_url": "https://avatars2.githubusercontent.com/u/857609?v=4",
"profile": "https://adamj.eu/",
"contributions": ["doc"]
},
{
"login": "sobolevn",
"name": "Nikita Sobolev",
"avatar_url": "https://avatars1.githubusercontent.com/u/4660275?v=4",
"profile": "https://sobolevn.me",
"contributions": ["doc"]
},
{
"login": "cvanderkolk",
"name": "Chris VanderKolk",
"avatar_url": "https://avatars3.githubusercontent.com/u/21158438?v=4",
"profile": "http://www.zapier.com",
"contributions": ["code"]
},
{
"login": "jayvdb",
"name": "John Vandenberg",
"avatar_url": "https://avatars1.githubusercontent.com/u/15092?v=4",
"profile": "https://ghuser.io/jayvdb",
"contributions": ["bug", "code"]
},
{
"login": "iamshnoo",
"name": "Anjishnu",
"avatar_url": "https://avatars1.githubusercontent.com/u/45921510?v=4",
"profile": "https://iamshnoo.github.io/blog/",
"contributions": ["infra"]
},
{
"login": "drewbrew",
"name": "Drew Winstel",
"avatar_url": "https://avatars1.githubusercontent.com/u/7773256?v=4",
"profile": "https://github.com/drewbrew",
"contributions": ["ideas"]
},
{
"login": "DmytroLitvinov",
"name": "Dmytro Litvinov",
"avatar_url": "https://avatars.githubusercontent.com/u/16066485?v=4",
"profile": "https://DmytroLitvinov.com",
"contributions": ["doc"]
},
{
"login": "mzulqarnain1",
"name": "M. Zulqarnain",
"avatar_url": "https://avatars.githubusercontent.com/u/23311265?v=4",
"profile": "https://mzulqarnain1.github.io/",
"contributions": ["doc"]
}
],
"contributorsPerLine": 7,
"skipCi": true
}