-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
57 lines (57 loc) · 1.98 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
{
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "cdrani",
"name": "charles",
"avatar_url": "https://avatars.githubusercontent.com/u/18746599?v=4",
"profile": "http://cdrani.dev",
"contributions": ["ideas", "infra", "design", "review", "bug", "doc", "a11y", "code"]
},
{
"login": "geraldopmj",
"name": "Geraldo PMJ",
"avatar_url": "https://avatars.githubusercontent.com/u/81118137?v=4",
"profile": "https://github.com/geraldopmj",
"contributions": ["code", "a11y"]
},
{
"login": "Piyush-Deshmukh",
"name": "Piyush Deshmukh",
"avatar_url": "https://avatars.githubusercontent.com/u/99667276?v=4",
"profile": "https://github.com/Piyush-Deshmukh",
"contributions": ["code", "a11y"]
},
{
"login": "ahmohil",
"name": "Abdul Hanan",
"avatar_url": "https://avatars.githubusercontent.com/u/53046043?v=4",
"profile": "http://ahmohil.github.io/portfolio",
"contributions": ["design", "code"]
},
{
"login": "kasai2210",
"name": "Bhoopen",
"avatar_url": "https://avatars.githubusercontent.com/u/62685221?v=4",
"profile": "https://github.com/kasai2210",
"contributions": ["doc", "code"]
},
{
"login": "sstephanyy",
"name": "Stephany",
"avatar_url": "https://avatars.githubusercontent.com/u/128330097?v=4",
"profile": "https://github.com/sstephanyy",
"contributions": ["bug", "doc", "code"]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "chorus",
"projectOwner": "cdrani"
}