-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
84 lines (84 loc) · 2.02 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
{
"files": [
"README.md"
],
"imageSize": 100,
"contributors": [
{
"login": "ff6347",
"name": "Fabian Morón Zirfas",
"avatar_url": "https://avatars.githubusercontent.com/u/315106?v=4",
"profile": "https://fabianmoronzirfas.me",
"contributions": [
"code",
"infra"
]
},
{
"login": "sebastian-meier",
"name": "Sebastian Meier",
"avatar_url": "https://avatars.githubusercontent.com/u/302789?v=4",
"profile": "http://www.sebastianmeier.eu/",
"contributions": [
"code",
"design",
"infra",
"review",
"doc"
]
},
{
"login": "esshahn",
"name": "esshahn",
"avatar_url": "https://avatars.githubusercontent.com/u/434355?v=4",
"profile": "https://github.com/esshahn",
"contributions": [
"code"
]
},
{
"login": "tordans",
"name": "Tobias",
"avatar_url": "https://avatars.githubusercontent.com/u/111561?v=4",
"profile": "http://tobiasjordans.de/",
"contributions": [
"doc"
]
},
{
"login": "fdnklg",
"name": "Fabian",
"avatar_url": "https://avatars.githubusercontent.com/u/9034032?v=4",
"profile": "https://github.com/fdnklg",
"contributions": [
"code"
]
},
{
"login": "dnsos",
"name": "Dennis Ostendorf",
"avatar_url": "https://avatars.githubusercontent.com/u/15640196?v=4",
"profile": "https://github.com/dnsos",
"contributions": [
"code"
]
},
{
"login": "vogelino",
"name": "Lucas Vogel",
"avatar_url": "https://avatars.githubusercontent.com/u/2759340?v=4",
"profile": "https://github.com/vogelino",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "badestellen",
"projectOwner": "technologiestiftung",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commit": true,
"commitConvention": "angular"
}