-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
77 lines (77 loc) · 2.05 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
{
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "github-slack-bot",
"projectOwner": "BURG3R5",
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": false,
"contributors": [
{
"login": "Sickaada",
"name": "Madhur Rao",
"avatar_url": "https://avatars.githubusercontent.com/u/61564567?v=4",
"profile": "https://github.com/Sickaada",
"contributions": [
"mentoring",
"review",
"projectManagement"
]
},
{
"login": "srinjoyghosh-bot",
"name": "srinjoyghosh-bot",
"avatar_url": "https://avatars.githubusercontent.com/u/76196327?v=4",
"profile": "https://github.com/srinjoyghosh-bot",
"contributions": [
"code"
]
},
{
"login": "BURG3R5",
"name": "BURG3R5",
"avatar_url": "https://avatars.githubusercontent.com/u/77491630?v=4",
"profile": "https://github.com/BURG3R5",
"contributions": [
"code",
"maintenance",
"review",
"projectManagement"
]
},
{
"login": "Magnesium12",
"name": "Magnesium12",
"avatar_url": "https://avatars.githubusercontent.com/u/99383854?v=4",
"profile": "https://github.com/Magnesium12",
"contributions": [
"code",
"test"
]
},
{
"login": "shashank-k-y",
"name": "Shashank",
"avatar_url": "https://avatars.githubusercontent.com/u/74789167?v=4",
"profile": "https://github.com/shashank-k-y",
"contributions": [
"code"
]
},
{
"login": "Ayush0Chaudhary",
"name": "Ayush Chaudhary",
"avatar_url": "https://avatars.githubusercontent.com/u/95746190?v=4",
"profile": "https://github.com/Ayush0Chaudhary",
"contributions": [
"code",
"test"
]
}
]
}