-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.all-contributorsrc
62 lines (62 loc) · 1.51 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
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "bartreardon",
"name": "Bart Reardon",
"avatar_url": "https://avatars.githubusercontent.com/u/3598965?v=4",
"profile": "https://github.com/bartreardon",
"contributions": [
"code"
]
},
{
"login": "BIG-RAT",
"name": "Leslie Helou",
"avatar_url": "https://avatars.githubusercontent.com/u/22251543?v=4",
"profile": "https://github.com/BIG-RAT",
"contributions": [
"code"
]
},
{
"login": "drtaru",
"name": "drtaru",
"avatar_url": "https://avatars.githubusercontent.com/u/1212524?v=4",
"profile": "https://github.com/drtaru",
"contributions": [
"code"
]
},
{
"login": "robjschroeder",
"name": "Robert Schroeder",
"avatar_url": "https://avatars.githubusercontent.com/u/23343243?v=4",
"profile": "https://techitout.xyz",
"contributions": [
"code"
]
},
{
"login": "TechTrekkie",
"name": "Andrew Spokes",
"avatar_url": "https://avatars.githubusercontent.com/u/132794591?v=4",
"profile": "https://github.com/TechTrekkie",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "Setup-Your-Mac",
"projectOwner": "dan-snelson"
}