-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.all-contributorsrc
98 lines (98 loc) · 2.34 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
{
"projectName": "pdfly",
"projectOwner": "py-pdf",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "MartinThoma",
"name": "Martin Thoma",
"avatar_url": "https://avatars.githubusercontent.com/u/1658117?v=4",
"profile": "http://martin-thoma.com/",
"contributions": [
"code",
"doc",
"ideas",
"infra",
"maintenance",
"projectManagement",
"tutorial"
]
},
{
"login": "Lucas-C",
"name": "Lucas Cimon",
"avatar_url": "https://avatars.githubusercontent.com/u/925560?v=4",
"profile": "https://chezsoi.org/lucas/blog/",
"contributions": [
"bug",
"code",
"doc",
"maintenance"
]
},
{
"login": "pastor-robert",
"name": "Rob Adams",
"avatar_url": "https://avatars.githubusercontent.com/u/35646090?v=4",
"profile": "https://github.com/pastor-robert",
"contributions": [
"code"
]
},
{
"login": "Kaos599",
"name": "Harsh ",
"avatar_url": "https://avatars.githubusercontent.com/u/115716485?v=4",
"profile": "https://github.com/Kaos599",
"contributions": [
"code"
]
},
{
"login": "srogmann",
"name": "Sascha Rogmann",
"avatar_url": "https://avatars.githubusercontent.com/u/59577610?v=4",
"profile": "https://github.com/srogmann",
"contributions": [
"code"
]
},
{
"login": "ebotiab",
"name": "Enrique Botía",
"avatar_url": "https://avatars.githubusercontent.com/u/62219950?v=4",
"profile": "https://github.com/ebotiab",
"contributions": [
"code"
]
},
{
"login": "kommade",
"name": "kommade",
"avatar_url": "https://avatars.githubusercontent.com/u/99523586?v=4",
"profile": "https://github.com/kommade",
"contributions": [
"code"
]
},
{
"login": "Zingzy",
"name": "Zingzy",
"avatar_url": "https://avatars.githubusercontent.com/u/90309290?v=4",
"profile": "https://spoo.me/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 5,
"skipCi": true,
"commitType": "docs"
}