-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
78 lines (78 loc) · 1.72 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "isabela-pf",
"name": "Isabela Presedo-Floyd",
"avatar_url": "https://avatars.githubusercontent.com/u/50221806?v=4",
"profile": "http://irpf.design",
"contributions": [
"a11y",
"blog",
"code",
"content",
"doc",
"design",
"eventOrganizing",
"fundingFinding",
"ideas",
"review"
]
},
{
"login": "tonyfast",
"name": "Tony Fast",
"avatar_url": "https://avatars.githubusercontent.com/u/4236275?v=4",
"profile": "http://deathbeds.github.io",
"contributions": [
"a11y",
"code",
"content",
"design",
"fundingFinding",
"ideas",
"review"
]
},
{
"login": "trallard",
"name": "Tania Allard",
"avatar_url": "https://avatars.githubusercontent.com/u/23552331?v=4",
"profile": "https://trallard.dev",
"contributions": [
"fundingFinding",
"ideas",
"maintenance",
"code",
"doc",
"projectManagement",
"review"
]
},
{
"login": "gabalafou",
"name": "gabalafou",
"avatar_url": "https://avatars.githubusercontent.com/u/317883?v=4",
"profile": "https://github.com/gabalafou",
"contributions": [
"a11y",
"code",
"content",
"doc",
"ideas",
"review",
"userTesting"
]
}
],
"contributorsPerLine": 7,
"projectName": "jupyter-a11y-mgmt",
"projectOwner": "Quansight-Labs",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}