forked from tomalaforge/angular-challenges
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
122 lines (122 loc) · 3 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
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"projectName": "angular-challenges",
"projectOwner": "tomalaforge",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"types": {
"challenge": {
"symbol": "🧩",
"description": "Created a challenge"
}
},
"contributors": [
{
"login": "tomalaforge",
"name": "Laforge Thomas",
"avatar_url": "https://avatars.githubusercontent.com/u/30832608?v=4",
"profile": "https://thomaslaforge.dev/home",
"contributions": [
"challenge",
"code",
"doc",
"content",
"ideas",
"design"
]
},
{
"login": "alan-bio",
"name": "Alan Dragicevich",
"avatar_url": "https://avatars.githubusercontent.com/u/31838230?v=4",
"profile": "https://github.com/alan-bio",
"contributions": [
"doc"
]
},
{
"login": "edimitchel",
"name": "Michel EDIGHOFFER",
"avatar_url": "https://avatars.githubusercontent.com/u/2922851?v=4",
"profile": "https://github.com/edimitchel",
"contributions": [
"doc"
]
},
{
"login": "gsgonzalez88",
"name": "Gerardo Sebastian Gonzalez",
"avatar_url": "https://avatars.githubusercontent.com/u/39884678?v=4",
"profile": "https://github.com/gsgonzalez88",
"contributions": [
"doc"
]
},
{
"login": "marryday",
"name": "Evseev Yuriy",
"avatar_url": "https://avatars.githubusercontent.com/u/57489315?v=4",
"profile": "https://github.com/marryday",
"contributions": [
"bug"
]
},
{
"login": "tomer953",
"name": "Tomer953",
"avatar_url": "https://avatars.githubusercontent.com/u/1807493?v=4",
"profile": "https://github.com/tomer953",
"contributions": [
"bug",
"doc",
"code"
]
},
{
"login": "jdegand",
"name": "J. Degand",
"avatar_url": "https://avatars.githubusercontent.com/u/70610011?v=4",
"profile": "https://github.com/jdegand",
"contributions": [
"doc"
]
},
{
"login": "DeveshChau",
"name": "Devesh Chaudhari",
"avatar_url": "https://avatars.githubusercontent.com/u/9509673?v=4",
"profile": "https://github.com/DeveshChau",
"contributions": [
"code",
"bug",
"challenge"
]
},
{
"login": "dmmishchenko",
"name": "Dmitriy Mishchenko",
"avatar_url": "https://avatars.githubusercontent.com/u/51910160?v=4",
"profile": "https://github.com/dmmishchenko",
"contributions": [
"doc"
]
},
{
"login": "Sagardevkota",
"name": "Sagar Devkota",
"avatar_url": "https://avatars.githubusercontent.com/u/30800393?v=4",
"profile": "http://www.sagardev.com.np",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
}