-
Notifications
You must be signed in to change notification settings - Fork 539
/
.all-contributorsrc
56 lines (56 loc) · 1.26 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
{
"projectName": "ever-gauzy",
"projectOwner": "ever-co",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
".github/CONTRIBUTORS.md"
],
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "rahul-rathore-576",
"name": "RAHUL RATHORE",
"avatar_url": "https://avatars.githubusercontent.com/u/41804588?v=4",
"profile": "https://github.com/rahul-rathore-576",
"contributions": [
"bug",
"code",
"ideas",
"review"
]
},
{
"login": "evereq",
"name": "Ruslan Konviser",
"avatar_url": "https://avatars.githubusercontent.com/u/118497?v=4",
"profile": "https://github.com/ever-co",
"contributions": [
"business",
"ideas",
"code",
"bug",
"doc",
"design",
"infra",
"financial",
"maintenance",
"mentoring",
"projectManagement",
"review"
]
},
{
"login": "adkif",
"name": "Adolphe Kifungo",
"avatar_url": "https://avatars.githubusercontent.com/u/45813955?v=4",
"profile": "http://adkif.netlify.app",
"contributions": [
"code",
"ideas",
"bug"
]
}
]
}