-
Notifications
You must be signed in to change notification settings - Fork 16
/
.all-contributorsrc
101 lines (101 loc) · 2.66 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
{
"projectName": "conactivity",
"projectOwner": "ayushjainrksh",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "[logo]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square 'All Contributors'",
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "ayushjainrksh",
"name": "Ayush Jain",
"avatar_url": "https://avatars3.githubusercontent.com/u/33171576?v=4",
"profile": "https://github.com/ayushjainrksh",
"contributions": [
"code",
"doc"
]
},
{
"login": "Nancy-Chauhan",
"name": "Nancy Chauhan ",
"avatar_url": "https://avatars2.githubusercontent.com/u/37153406?v=4",
"profile": "http://nancychauhan.in/",
"contributions": [
"code",
"bug"
]
},
{
"login": "godslayer201",
"name": "Rachitt Shah",
"avatar_url": "https://avatars3.githubusercontent.com/u/57140143?v=4",
"profile": "https://godslayer201.github.io/",
"contributions": [
"doc"
]
},
{
"login": "Swapnil-2001",
"name": "Swapnil Sengupta",
"avatar_url": "https://avatars0.githubusercontent.com/u/53232360?v=4",
"profile": "https://github.com/Swapnil-2001",
"contributions": [
"doc"
]
},
{
"login": "rajkumaar23",
"name": "Rajkumar S",
"avatar_url": "https://avatars1.githubusercontent.com/u/37476886?v=4",
"profile": "https://rajkumaar.co.in",
"contributions": [
"code",
"bug"
]
},
{
"login": "cwille97",
"name": "Cedric Wille",
"avatar_url": "https://avatars2.githubusercontent.com/u/24487628?v=4",
"profile": "https://cwille97.github.io",
"contributions": [
"code"
]
},
{
"login": "amandesai01",
"name": "Aman Desai",
"avatar_url": "https://avatars3.githubusercontent.com/u/39585600?v=4",
"profile": "http://amandesai01.github.io",
"contributions": [
"code"
]
},
{
"login": "StaniPetrosyan",
"name": "Stanislav Petrosyan",
"avatar_url": "https://avatars2.githubusercontent.com/u/40838627?v=4",
"profile": "https://github.com/StaniPetrosyan",
"contributions": [
"doc"
]
},
{
"login": "tushar1210",
"name": "Tushar Singh",
"avatar_url": "https://avatars.githubusercontent.com/u/21238991?v=4",
"profile": "http://tushars.xyz",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}