-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.all-contributorsrc
62 lines (62 loc) · 1.53 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
{
"files": [
"LICENSE",
"README.md",
"packages/core/README.md",
"packages/cli/README.md",
"packages/react/README.md",
"packages/web-component/README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "phjardas",
"name": "Philipp Jardas",
"avatar_url": "https://avatars.githubusercontent.com/u/1437300?v=4",
"profile": "https://jardas.de/",
"contributions": [
"code",
"content",
"doc",
"projectManagement"
]
},
{
"login": "PatrickReichel",
"name": "PatrickReichel",
"avatar_url": "https://avatars.githubusercontent.com/u/59778648?v=4",
"profile": "https://github.com/PatrickReichel",
"contributions": [
"userTesting"
]
},
{
"login": "einsatzverwaltung",
"name": "einsatzverwaltung",
"avatar_url": "https://avatars.githubusercontent.com/u/59615464?v=4",
"profile": "https://github.com/einsatzverwaltung",
"contributions": [
"code",
"userTesting"
]
},
{
"login": "Sascha007",
"name": "Sascha",
"avatar_url": "https://avatars.githubusercontent.com/u/4368123?v=4",
"profile": "https://github.com/Sascha007",
"contributions": [
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "taktische-zeichen",
"projectOwner": "phjardas",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}