-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
64 lines (64 loc) · 1.61 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
{
"projectName": "single",
"projectOwner": "hirezio",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "shairez",
"name": "Shai Reznik",
"avatar_url": "https://avatars1.githubusercontent.com/u/1430726?v=4",
"profile": "https://www.hirez.io/?utm_medium=Open_Source&utm_source=Github&utm_campaign=Lead_Generation&utm_content=single--all-contributors-profile-link",
"contributions": [
"code",
"doc",
"ideas",
"infra",
"maintenance",
"mentoring",
"review",
"test"
]
},
{
"login": "maartentibau",
"name": "Maarten Tibau",
"avatar_url": "https://avatars.githubusercontent.com/u/4103756?v=4",
"profile": "https://www.webtrix.be",
"contributions": [
"doc",
"infra"
]
},
{
"login": "benjamingr",
"name": "Benjamin Gruenbaum",
"avatar_url": "https://avatars.githubusercontent.com/u/1315533?v=4",
"profile": "https://stackoverflow.com/users/1348195/benjamin-gruenbaum",
"contributions": [
"code",
"ideas",
"maintenance"
]
},
{
"login": "awarrington0895",
"name": "Alex ",
"avatar_url": "https://avatars.githubusercontent.com/u/12807806?v=4",
"profile": "https://github.com/awarrington0895",
"contributions": [
"code",
"maintenance"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}