-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
45 lines (45 loc) · 1.18 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
{
"projectName": "tsdoc-markdown",
"projectOwner": "peterpeterparker",
"repoType": "github",
"files": ["README.md"],
"imageSize": 48,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "peterpeterparker",
"name": "David Dal Busco",
"avatar_url": "https://avatars.githubusercontent.com/u/16886711?v=4",
"profile": "https://daviddalbusco.com/",
"contributions": [
"code",
"doc",
"example",
"ideas",
"maintenance",
"projectManagement",
"research",
"review",
"test",
"tool"
]
},
{
"login": "mia-riezebos",
"name": "Mia Riezebos",
"avatar_url": "https://avatars.githubusercontent.com/u/42698687?v=4",
"profile": "https://mia.cx/",
"contributions": ["code", "platform", "research", "test"]
},
{
"login": "mingtianyihou33",
"name": "mingtianyihou",
"avatar_url": "https://avatars.githubusercontent.com/u/22953606?v=4",
"profile": "https://github.com/mingtianyihou33",
"contributions": ["code", "test", "ideas"]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}