-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.all-contributorsrc
120 lines (120 loc) · 3.34 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ndousis",
"name": "Nasos Dousis",
"avatar_url": "https://avatars.githubusercontent.com/u/15198691?v=4",
"profile": "https://github.com/ndousis",
"contributions": [
"code"
]
},
{
"login": "andrewgiessel",
"name": "andrew giessel",
"avatar_url": "https://avatars.githubusercontent.com/u/1160997?v=4",
"profile": "http://giessel.com",
"contributions": [
"code"
]
},
{
"login": "maxasauruswall",
"name": "Max Wall",
"avatar_url": "https://avatars.githubusercontent.com/u/14082213?v=4",
"profile": "https://github.com/maxasauruswall",
"contributions": [
"code",
"doc"
]
},
{
"login": "ericmjl",
"name": "Eric Ma",
"avatar_url": "https://avatars.githubusercontent.com/u/2631566?v=4",
"profile": "https://ericmjl.github.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "MihirMetkar",
"name": "Mihir Metkar",
"avatar_url": "https://avatars.githubusercontent.com/u/9938754?v=4",
"profile": "https://github.com/MihirMetkar",
"contributions": [
"ideas",
"code"
]
},
{
"login": "mccaron707",
"name": "Marcus Caron",
"avatar_url": "https://avatars.githubusercontent.com/u/26267127?v=4",
"profile": "https://github.com/mccaron707",
"contributions": [
"doc"
]
},
{
"login": "pagpires",
"name": "pagpires",
"avatar_url": "https://avatars.githubusercontent.com/u/7856031?v=4",
"profile": "https://github.com/pagpires",
"contributions": [
"doc"
]
},
{
"login": "sugatoray",
"name": "Sugato Ray",
"avatar_url": "https://avatars.githubusercontent.com/u/10201242?v=4",
"profile": "https://www.linkedin.com/in/sugatoray/",
"contributions": [
"infra",
"maintenance"
]
},
{
"login": "dmnfarrell",
"name": "Damien Farrell",
"avatar_url": "https://avatars.githubusercontent.com/u/7859189?v=4",
"profile": "http://dmnfarrell.github.io/",
"contributions": [
"code"
]
},
{
"login": "farbod-nobar",
"name": "Farbod Mahmoudinobar",
"avatar_url": "https://avatars.githubusercontent.com/u/44842525?v=4",
"profile": "https://github.com/farbod-nobar",
"contributions": [
"code"
]
},
{
"login": "JacobHayes",
"name": "Jacob Hayes",
"avatar_url": "https://avatars.githubusercontent.com/u/2555532?v=4",
"profile": "https://github.com/JacobHayes",
"contributions": [
"infra"
]
}
],
"contributorsPerLine": 7,
"projectName": "seqlike",
"projectOwner": "modernatx",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"badgeTemplate": "<p align=\"center\">\n <a href=\"#contributors-\">\n <img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\">\n </a>\n <a href=\"https://github.com/modernatx/seqlike/blob/main/LICENSE\">\n <img src=\"https://img.shields.io/badge/license-Apache%202-blue\">\n </a>\n</p>",
"commitConvention": "angular"
}