-
Notifications
You must be signed in to change notification settings - Fork 23
/
.all-contributorsrc
124 lines (124 loc) · 3.14 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "matthewfeickert",
"name": "Matthew Feickert",
"avatar_url": "https://avatars.githubusercontent.com/u/5142394?v=4",
"profile": "http://www.matthewfeickert.com/",
"contributions": [
"maintenance",
"design",
"code",
"doc"
]
},
{
"login": "lukasheinrich",
"name": "Lukas",
"avatar_url": "https://avatars.githubusercontent.com/u/2318083?v=4",
"profile": "http://www.lukasheinrich.com",
"contributions": [
"maintenance",
"design",
"code",
"doc"
]
},
{
"login": "eduardo-rodrigues",
"name": "Eduardo Rodrigues",
"avatar_url": "https://avatars.githubusercontent.com/u/5013581?v=4",
"profile": "http://cern.ch/eduardo.rodrigues",
"contributions": [
"maintenance",
"code",
"doc"
]
},
{
"login": "8me",
"name": "Johannes Schumann",
"avatar_url": "https://avatars.githubusercontent.com/u/17862090?v=4",
"profile": "https://github.com/8me",
"contributions": [
"code"
]
},
{
"login": "henryiii",
"name": "Henry Schreiner",
"avatar_url": "https://avatars.githubusercontent.com/u/4616906?v=4",
"profile": "http://iscinumpy.dev",
"contributions": [
"code"
]
},
{
"login": "ariaradick",
"name": "ariaradick",
"avatar_url": "https://avatars.githubusercontent.com/u/53235605?v=4",
"profile": "https://github.com/ariaradick",
"contributions": [
"code"
]
},
{
"login": "jhgoh",
"name": "Junghwan John Goh",
"avatar_url": "https://avatars.githubusercontent.com/u/4388926?v=4",
"profile": "https://github.com/jhgoh",
"contributions": [
"code"
]
},
{
"login": "fuenfundachtzig",
"name": "fuenfundachtzig",
"avatar_url": "https://avatars.githubusercontent.com/u/8006302?v=4",
"profile": "https://github.com/fuenfundachtzig",
"contributions": [
"code"
]
},
{
"login": "shantanu-gontia",
"name": "Shantanu Gontia",
"avatar_url": "https://avatars.githubusercontent.com/u/4872525?v=4",
"profile": "https://shantanu-gontia.github.io",
"contributions": [
"code"
]
},
{
"login": "tomeichlersmith",
"name": "Tom Eichlersmith",
"avatar_url": "https://avatars.githubusercontent.com/u/31970302?v=4",
"profile": "https://github.com/tomeichlersmith",
"contributions": [
"code"
]
},
{
"login": "APN-Pucky",
"name": "Alexander Puck Neuwirth",
"avatar_url": "https://avatars.githubusercontent.com/u/4533248?v=4",
"profile": "https://github.com/APN-Pucky",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "pylhe",
"projectOwner": "scikit-hep",
"commitType": "docs"
}