-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
89 lines (89 loc) · 2.13 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "stijn-dejongh",
"name": "Stijn Dejongh",
"avatar_url": "https://avatars.githubusercontent.com/u/25401297?v=4",
"profile": "http://sddevelopment.be/",
"contributions": [
"tool",
"doc",
"design"
]
},
{
"login": "IreenVL",
"name": "Ireen Van Laethem",
"avatar_url": "https://avatars.githubusercontent.com/u/50783418?v=4",
"profile": "https://github.com/IreenVL",
"contributions": [
"ideas",
"review"
]
},
{
"login": "gustinsi",
"name": "gustinsi",
"avatar_url": "https://avatars.githubusercontent.com/u/73937666?v=4",
"profile": "https://github.com/gustinsi",
"contributions": [
"review"
]
},
{
"login": "cAzare",
"name": "cAzare",
"avatar_url": "https://avatars.githubusercontent.com/u/50981285?v=4",
"profile": "https://github.com/cAzare",
"contributions": [
"review",
"doc",
"test"
]
},
{
"login": "Sch3lp",
"name": "Tim Schraepen",
"avatar_url": "https://avatars.githubusercontent.com/u/648703?v=4",
"profile": "http://sch3lp.github.io",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "Vankerkom",
"name": "Daan Vankerkom",
"avatar_url": "https://avatars.githubusercontent.com/u/16082198?v=4",
"profile": "https://github.com/Vankerkom",
"contributions": [
"design",
"review"
]
},
{
"login": "S2ophia",
"name": "S2ophia",
"avatar_url": "https://avatars.githubusercontent.com/u/178637045?v=4",
"profile": "https://github.com/S2ophia",
"contributions": [
"review",
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "penguin-pragmatic-patterns",
"projectOwner": "sddevelopment-be",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}