-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
.all-contributorsrc
109 lines (109 loc) · 2.7 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
106
107
108
109
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "bluenick2k17",
"name": "Nick Dunne",
"avatar_url": "https://avatars1.githubusercontent.com/u/50033488?v=4",
"profile": "https://github.com/bluenick2k17",
"contributions": [
"code"
]
},
{
"login": "elazarcoh",
"name": "elazarcoh",
"avatar_url": "https://avatars3.githubusercontent.com/u/28874499?v=4",
"profile": "https://github.com/elazarcoh",
"contributions": [
"code",
"bug"
]
},
{
"login": "michelcaradec",
"name": "Michel Caradec",
"avatar_url": "https://avatars2.githubusercontent.com/u/12159769?v=4",
"profile": "https://fr.linkedin.com/in/michel-caradec-36997650",
"contributions": [
"code",
"ideas",
"bug",
"doc",
"test"
]
},
{
"login": "d-koppenhagen",
"name": "Danny Koppenhagen",
"avatar_url": "https://avatars0.githubusercontent.com/u/4279702?v=4",
"profile": "http://k9n.dev",
"contributions": [
"code",
"test",
"review",
"maintenance",
"ideas",
"example",
"doc",
"bug"
]
},
{
"login": "croesnick",
"name": "Carsten Rösnick-Neugebauer",
"avatar_url": "https://avatars.githubusercontent.com/u/307585?v=4",
"profile": "http://www.caero.de",
"contributions": [
"bug"
]
},
{
"login": "brandonchupp",
"name": "brandonchupp",
"avatar_url": "https://avatars.githubusercontent.com/u/15858979?v=4",
"profile": "https://github.com/brandonchupp",
"contributions": [
"code"
]
},
{
"login": "inconspicuous-username",
"name": "inconspicuous-username",
"avatar_url": "https://avatars.githubusercontent.com/u/33715078?v=4",
"profile": "https://github.com/inconspicuous-username",
"contributions": [
"ideas"
]
},
{
"login": "avernan",
"name": "Stefano Guazzotti",
"avatar_url": "https://avatars.githubusercontent.com/u/9851882?v=4",
"profile": "https://github.com/avernan",
"contributions": [
"code"
]
},
{
"login": "putsi",
"name": "Jarmo Puttonen",
"avatar_url": "https://avatars.githubusercontent.com/u/5388424?v=4",
"profile": "https://put.si",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "vscode-code-review",
"projectOwner": "d-koppenhagen",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}