-
Notifications
You must be signed in to change notification settings - Fork 9
/
.all-contributorsrc
100 lines (100 loc) · 2.51 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
90
91
92
93
94
95
96
97
98
99
100
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "PieterVanPoyer",
"name": "Pieter Van Poyer",
"avatar_url": "https://avatars2.githubusercontent.com/u/33040889?v=4",
"profile": "https://github.com/PieterVanPoyer",
"contributions": [
"code"
]
},
{
"login": "spierala",
"name": "Florian Spier",
"avatar_url": "https://avatars3.githubusercontent.com/u/1272446?v=4",
"profile": "https://www.florian-spier.be",
"contributions": [
"code",
"ideas"
]
},
{
"login": "Thocaten",
"name": "Carsten",
"avatar_url": "https://avatars.githubusercontent.com/u/79323279?v=4",
"profile": "https://github.com/Thocaten",
"contributions": [
"design"
]
},
{
"login": "M5150",
"name": "Maximo Cudich-Sieburger",
"avatar_url": "https://avatars.githubusercontent.com/u/3443413?v=4",
"profile": "https://github.com/M5150",
"contributions": [
"code"
]
},
{
"login": "sashion",
"name": "sashion",
"avatar_url": "https://avatars.githubusercontent.com/u/1050641?v=4",
"profile": "https://github.com/sashion",
"contributions": [
"code"
]
},
{
"login": "BrainCrumbz",
"name": "BrainCrumbz",
"avatar_url": "https://avatars.githubusercontent.com/u/3185573?v=4",
"profile": "http://www.braincrumbz.com",
"contributions": [
"code"
]
},
{
"login": "vangenechtenbert",
"name": "vangenechtenbert",
"avatar_url": "https://avatars.githubusercontent.com/u/63012822?v=4",
"profile": "https://github.com/vangenechtenbert",
"contributions": [
"review"
]
},
{
"login": "mvmiert",
"name": "mvmiert",
"avatar_url": "https://avatars.githubusercontent.com/u/93150090?v=4",
"profile": "https://github.com/mvmiert",
"contributions": [
"review"
]
},
{
"login": "carlos-ds",
"name": "Karel De Smet",
"avatar_url": "https://avatars.githubusercontent.com/u/20499950?v=4",
"profile": "https://www.kareldesmet.be",
"contributions": [
"code",
"review"
]
}
],
"contributorsPerLine": 7,
"projectName": "mini-rx-store",
"projectOwner": "spierala",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}