-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
81 lines (81 loc) · 2.1 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "MeikelLP",
"name": "Meikel Philipp",
"avatar_url": "https://avatars.githubusercontent.com/u/11669846?v=4",
"profile": "https://github.com/MeikelLP",
"contributions": [
"code"
]
},
{
"login": "Jafah",
"name": "Jafah",
"avatar_url": "https://avatars.githubusercontent.com/u/130060170?v=4",
"profile": "https://github.com/Jafah",
"contributions": [
"code"
]
},
{
"login": "uutkukorkmaz",
"name": "uutkukorkmaz",
"avatar_url": "https://avatars.githubusercontent.com/u/19177587?v=4",
"profile": "https://github.com/uutkukorkmaz",
"contributions": [
"code"
]
},
{
"login": "FatalMerlin",
"name": "Merlin",
"avatar_url": "https://avatars.githubusercontent.com/u/14237330?v=4",
"profile": "https://www.linkedin.com/in/merlin-brandes-42328717a/",
"contributions": [
"doc"
]
},
{
"login": "arves100",
"name": "Arves100",
"avatar_url": "https://avatars.githubusercontent.com/u/4847635?v=4",
"profile": "https://github.com/arves100",
"contributions": [
"code"
]
},
{
"login": "NoFr1ends",
"name": "Lynx",
"avatar_url": "https://avatars.githubusercontent.com/u/6075580?v=4",
"profile": "https://github.com/NoFr1ends",
"contributions": [
"code"
]
},
{
"login": "Arichikurumo",
"name": "Arichikurumo",
"avatar_url": "https://avatars.githubusercontent.com/u/59138066?v=4",
"profile": "https://brixxhub.com/",
"contributions": [
"test"
]
}
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/contributors/meikellp/quantum-core-x)](#contributors)",
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "quantum-core-x",
"projectOwner": "MeikelLP"
}