-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.all-contributorsrc
110 lines (110 loc) · 2.99 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
{
"projectName": "data-engineering-roadmap",
"projectOwner": "data-burst",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "ShAlireza",
"name": "Alireza Shateri",
"avatar_url": "https://avatars.githubusercontent.com/u/45388177?v=4",
"profile": "https://github.com/ShAlireza",
"contributions": [
"infra",
"design",
"code"
]
},
{
"login": "mostafaghadimi",
"name": "Mostafa Ghadimi",
"avatar_url": "https://avatars.githubusercontent.com/u/24542893?v=4",
"profile": "https://github.com/mostafaghadimi",
"contributions": [
"code",
"design",
"infra"
]
},
{
"login": "niyushabaghayi",
"name": "Niyusha Baghayi",
"avatar_url": "https://avatars.githubusercontent.com/u/16796804?v=4",
"profile": "https://github.com/niyushabaghayi",
"contributions": [
"code",
"design",
"infra"
]
},
{
"login": "rezaaminimajd",
"name": "Rez",
"avatar_url": "https://avatars.githubusercontent.com/u/45604304?v=4",
"profile": "https://github.com/rezaaminimajd",
"contributions": [
"code",
"design",
"infra"
]
},
{
"login": "iamdorsa",
"name": "Dorsa Hasanlee",
"avatar_url": "https://avatars.githubusercontent.com/u/49491638?v=4",
"profile": "https://www.linkedin.com/in/dorsa-hasanlee/",
"contributions": [
"code",
"design",
"infra"
]
},
{
"login": "alizademhdi",
"name": "mahdi alizadeh",
"avatar_url": "https://avatars.githubusercontent.com/u/79321261?v=4",
"profile": "https://github.com/alizademhdi",
"contributions": [
"code"
]
},
{
"login": "AmirAflak",
"name": "Amirreza Aflakparast",
"avatar_url": "https://avatars.githubusercontent.com/u/84932095?v=4",
"profile": "https://github.com/AmirAflak",
"contributions": [
"code"
]
},
{
"login": "khoramism",
"name": "Alireza Khorami",
"avatar_url": "https://avatars.githubusercontent.com/u/61660755?v=4",
"profile": "https://github.com/khoramism",
"contributions": [
"code"
]
},
{
"login": "FaridFArab",
"name": "Farid Arab",
"avatar_url": "https://avatars.githubusercontent.com/u/18400226?v=4",
"profile": "https://github.com/FaridFArab",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
"contributorsSortAlphabetically": true,
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" style=\"border-radius:50%\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"badgeTemplate": ""
}