-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.all-contributorsrc
65 lines (65 loc) · 1.54 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kentcb",
"name": "Kent Boogaart",
"avatar_url": "https://avatars2.githubusercontent.com/u/1901832?v=4",
"profile": "https://kent-boogaart.com/",
"contributions": [
"code",
"test",
"doc",
"example"
]
},
{
"login": "mernen",
"name": "Daniel Luz",
"avatar_url": "https://avatars.githubusercontent.com/u/6412?v=4",
"profile": "https://mernen.com/",
"contributions": [
"code"
]
},
{
"login": "RCSandberg",
"name": "Robert Sandberg",
"avatar_url": "https://avatars.githubusercontent.com/u/18184100?v=4",
"profile": "https://www.sandbergit.se",
"contributions": [
"code"
]
},
{
"login": "robsonsilv4",
"name": "Robson Silva",
"avatar_url": "https://avatars.githubusercontent.com/u/17673296?v=4",
"profile": "https://robsonsilva.dev",
"contributions": [
"code"
]
},
{
"login": "m-gug",
"name": "Michael Gugler",
"avatar_url": "https://avatars.githubusercontent.com/u/79441396?v=4",
"profile": "https://github.com/m-gug",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "azure_application_insights",
"projectOwner": "kentcb",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}