-
Notifications
You must be signed in to change notification settings - Fork 18
/
.all-contributorsrc
110 lines (110 loc) · 2.68 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
101
102
103
104
105
106
107
108
109
110
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "exc4l",
"name": "exc4l",
"avatar_url": "https://avatars3.githubusercontent.com/u/74188442?v=4",
"profile": "https://github.com/exc4l",
"contributions": [
"bug",
"code"
]
},
{
"login": "CalculusAce",
"name": "CalculusAce",
"avatar_url": "https://avatars3.githubusercontent.com/u/42630988?v=4",
"profile": "https://github.com/CalculusAce",
"contributions": [
"bug"
]
},
{
"login": "brownbat",
"name": "Thomas Brownback",
"avatar_url": "https://avatars2.githubusercontent.com/u/26754?v=4",
"profile": "http://thomasbrownback.com/",
"contributions": [
"bug"
]
},
{
"login": "p4nix",
"name": "p4nix",
"avatar_url": "https://avatars1.githubusercontent.com/u/7038116?v=4",
"profile": "https://github.com/p4nix",
"contributions": [
"bug"
]
},
{
"login": "eumiro",
"name": "Miroslav Šedivý",
"avatar_url": "https://avatars0.githubusercontent.com/u/6774676?v=4",
"profile": "https://github.com/eumiro",
"contributions": [
"test",
"code"
]
},
{
"login": "khughitt",
"name": "Keith Hughitt",
"avatar_url": "https://avatars.githubusercontent.com/u/125001?v=4",
"profile": "https://github.com/khughitt",
"contributions": [
"bug"
]
},
{
"login": "bollwyvl",
"name": "Nicholas Bollweg",
"avatar_url": "https://avatars.githubusercontent.com/u/45380?v=4",
"profile": "https://github.com/bollwyvl",
"contributions": [
"code"
]
},
{
"login": "eshrh",
"name": "eshrh",
"avatar_url": "https://avatars.githubusercontent.com/u/16175276?v=4",
"profile": "http://esrh.sdf.org",
"contributions": [
"doc"
]
},
{
"login": "Blocked",
"name": "Blocked",
"avatar_url": "https://avatars.githubusercontent.com/u/4366503?v=4",
"profile": "https://github.com/Blocked",
"contributions": [
"bug"
]
},
{
"login": "frnsys",
"name": "Francis Tseng",
"avatar_url": "https://avatars.githubusercontent.com/u/1059947?v=4",
"profile": "http://frnsys.com",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "AnkiPandas",
"projectOwner": "klieret",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}