-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy path.all-contributorsrc
105 lines (105 loc) · 2.59 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
{
"files": [
"README.md",
"docs/xx-appendices/thanks.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "xiaoyou-elsie-jiang",
"name": "Xiaoyou \"Elsie\" Jiang",
"avatar_url": "https://avatars.githubusercontent.com/u/101381124?v=4",
"profile": "https://github.com/xiaoyou-elsie-jiang",
"contributions": [
"doc",
"review"
]
},
{
"login": "tobiasbueschel",
"name": "Tobias Büschel",
"avatar_url": "https://avatars.githubusercontent.com/u/13087421?v=4",
"profile": "http://linkedin.com/in/tbueschel",
"contributions": [
"review"
]
},
{
"login": "dougfoo",
"name": "Doug Foo",
"avatar_url": "https://avatars.githubusercontent.com/u/15166953?v=4",
"profile": "http://foostack.ai",
"contributions": [
"doc",
"review"
]
},
{
"login": "skokaina",
"name": "Sallah Kokaina",
"avatar_url": "https://avatars.githubusercontent.com/u/2756985?v=4",
"profile": "https://github.com/skokaina",
"contributions": [
"doc",
"review"
]
},
{
"login": "samhinton88",
"name": "samhinton88",
"avatar_url": "https://avatars.githubusercontent.com/u/26925206?v=4",
"profile": "http://www.fetch-template.com",
"contributions": [
"doc",
"review"
]
},
{
"login": "alexvinall",
"name": "Alex Vinall",
"avatar_url": "https://avatars.githubusercontent.com/u/5629393?v=4",
"profile": "https://www.alexvinall.com",
"contributions": [
"doc",
"review"
]
},
{
"login": "JosephFKnight",
"name": "Joseph Knight",
"avatar_url": "https://avatars.githubusercontent.com/u/45918817?v=4",
"profile": "https://github.com/JosephFKnight",
"contributions": [
"doc",
"review"
]
},
{
"login": "Zambrella",
"name": "Doug Todd",
"avatar_url": "https://avatars.githubusercontent.com/u/53582591?v=4",
"profile": "http://bit.ly/doug-todd",
"contributions": [
"doc",
"review"
]
},
{
"login": "jdhzzz",
"name": "jdhzzz",
"avatar_url": "https://avatars.githubusercontent.com/u/1476690?v=4",
"profile": "https://github.com/jdhzzz",
"contributions": [
"doc",
"review"
]
}
],
"contributorsPerLine": 7,
"projectName": "effective-shell",
"projectOwner": "dwmkerr",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}