forked from LearningTypeScript/projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
74 lines (74 loc) · 1.77 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "\t<a href=\"#contributors-\">\n\t\t<img alt=\"All Contributors\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-14cc21.svg\" />\n\t</a>",
"contributors": [
{
"login": "fuadop",
"name": "Fuad Olatunji",
"avatar_url": "https://avatars.githubusercontent.com/u/65264054?v=4",
"profile": "http://fuadolatunji.me",
"contributions": [
"infra",
"doc",
"bug",
"security"
]
},
{
"login": "xavdid",
"name": "David Brownman",
"avatar_url": "https://avatars.githubusercontent.com/u/1231935?v=4",
"profile": "https://xavd.id",
"contributions": [
"content"
]
},
{
"login": "agmyintmyatoo",
"name": "agmyintmyatoo",
"avatar_url": "https://avatars.githubusercontent.com/u/37968696?v=4",
"profile": "http://agmyintmyatoo.github.io",
"contributions": [
"content"
]
},
{
"login": "bobrossrtx",
"name": "Owen Boreham",
"avatar_url": "https://avatars.githubusercontent.com/u/73446766?v=4",
"profile": "http://owenboreham.tech",
"contributions": [
"content"
]
},
{
"login": "sisPedro",
"name": "sisPedro",
"avatar_url": "https://avatars.githubusercontent.com/u/16280628?v=4",
"profile": "https://github.com/sisPedro",
"contributions": [
"content"
]
},
{
"login": "chonginator",
"name": "Ben Chong",
"avatar_url": "https://avatars.githubusercontent.com/u/61606639?v=4",
"profile": "https://benchong.dev/",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
"projectName": "projects",
"projectOwner": "LearningTypeScript",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}