-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
97 lines (97 loc) Β· 2.27 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "nicoespeon",
"name": "Nicolas Carlo",
"avatar_url": "https://avatars0.githubusercontent.com/u/1094774?v=4",
"profile": "https://nicoespeon.com/",
"contributions": [
"ideas",
"code",
"doc",
"review",
"question"
]
},
{
"login": "divinebovine",
"name": "Daniel Dickerson",
"avatar_url": "https://github.com/divinebovine.png",
"profile": "https://github.com/divinebovine",
"contributions": [
"bug",
"code"
]
},
{
"login": "etbrow",
"name": "Ethan Brown",
"avatar_url": "https://github.com/etbrow.png",
"profile": "https://github.com/etbrow",
"contributions": [
"ideas",
"code"
]
},
{
"login": "joeparislbcc",
"name": "Joe Paris",
"avatar_url": "https://github.com/joeparislbcc.png",
"profile": "https://github.com/joeparislbcc",
"contributions": [
"bug"
]
},
{
"login": "omnoms",
"name": "Marko V",
"avatar_url": "https://github.com/omnoms.png",
"profile": "https://github.com/omnoms",
"contributions": [
"ideas",
"code"
]
},
{
"login": "lucasfeliciano",
"name": "Lucas Feliciano",
"avatar_url": "https://avatars.githubusercontent.com/u/968014?v=4",
"profile": "http://lucasfeliciano.com",
"contributions": [
"code",
"bug"
]
},
{
"login": "theherk",
"name": "Adam Sherwood",
"avatar_url": "https://avatars.githubusercontent.com/u/3605078?v=4",
"profile": "http://www.theherk.com",
"contributions": [
"ideas"
]
},
{
"login": "timvahlbrock",
"name": "Tim Vahlbrock",
"avatar_url": "https://avatars.githubusercontent.com/u/25803754?v=4",
"profile": "https://github.com/timvahlbrock",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "vscode-slides",
"projectOwner": "nicoespeon",
"commitType": "docs"
}