-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
55 lines (55 loc) · 1.31 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
{
"files": [
"README.md",
"docs/start.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "NickFoden",
"name": "Nick Foden",
"avatar_url": "https://avatars1.githubusercontent.com/u/8321838?v=4",
"profile": "https://nickis.online/",
"contributions": [
"content",
"code"
]
},
{
"login": "M0nica",
"name": "Monica Powell",
"avatar_url": "https://avatars0.githubusercontent.com/u/6998954?v=4",
"profile": "https://www.aboutmonica.com",
"contributions": [
"doc",
"code"
]
},
{
"login": "sylwiavargas",
"name": "Sylwia Vargas",
"avatar_url": "https://avatars2.githubusercontent.com/u/45401242?v=4",
"profile": "https://github.com/sylwiavargas",
"contributions": [
"content",
"code"
]
},
{
"login": "aviral243",
"name": "Aviral Gangwar",
"avatar_url": "https://avatars1.githubusercontent.com/u/44023445?v=4",
"profile": "https://github.com/aviral243",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
"projectName": "explore-react-guide",
"projectOwner": "M0nica",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
}