forked from datastax/cassandra-data-migrator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
126 lines (126 loc) · 3.04 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
121
122
123
124
125
126
{
"projectOwner": "datastax",
"projectName": "cassandra-data-migrator",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTING.md"
],
"imageSize": 50,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 6,
"contributorsSortAlphabetically": false,
"linkToUsage": false,
"skipCi": true,
"contributors": [
{
"login": "pravinbhat",
"name": "Pravin Bhat",
"avatar_url": "https://avatars.githubusercontent.com/u/2746469?v=4",
"profile": "https://github.com/pravinbhat",
"contributions": [
"code",
"content",
"doc",
"design",
"maintenance",
"test"
]
},
{
"login": "faizalrub-datastax",
"name": "faizalrub-datastax",
"avatar_url": "https://avatars.githubusercontent.com/u/93143687?v=4",
"profile": "https://github.com/faizalrub-datastax",
"contributions": [
"code",
"content",
"review"
]
},
{
"login": "msmygit",
"name": "Madhavan",
"avatar_url": "https://avatars.githubusercontent.com/u/19366623?v=4",
"profile": "https://github.com/msmygit",
"contributions": [
"code",
"content",
"doc",
"design",
"maintenance",
"test",
"example",
"ideas",
"promotion",
"review"
]
},
{
"login": "Ankitp1342",
"name": "Ankitp1342",
"avatar_url": "https://avatars.githubusercontent.com/u/19273939?v=4",
"profile": "https://github.com/Ankitp1342",
"contributions": [
"code",
"content",
"doc",
"design",
"maintenance",
"test"
]
},
{
"login": "abinaya21",
"name": "Abinaya",
"avatar_url": "https://avatars.githubusercontent.com/u/17826577?v=4",
"profile": "https://github.com/abinaya21",
"contributions": [
"code",
"userTesting"
]
},
{
"login": "anoop-datastax",
"name": "anoop tiwari",
"avatar_url": "https://avatars.githubusercontent.com/u/55256709?v=4",
"profile": "https://github.com/anoop-datastax",
"contributions": [
"code",
"test"
]
},
{
"login": "weideng1",
"name": "weideng1",
"avatar_url": "https://avatars.githubusercontent.com/u/5520525?v=4",
"profile": "https://github.com/weideng1",
"contributions": [
"code",
"tool",
"test",
"tutorial"
]
},
{
"login": "ssdatastax",
"name": "Steven Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/32074414?v=4",
"profile": "https://github.com/ssdatastax",
"contributions": [
"doc"
]
},
{
"login": "vaishakhbn",
"name": "Vaishakh Baragur Narasimhareddy",
"avatar_url": "https://avatars.githubusercontent.com/u/2619002?v=4",
"profile": "https://github.com/vaishakhbn",
"contributions": [
"code",
"test"
]
}
]
}