-
Notifications
You must be signed in to change notification settings - Fork 16
/
.all-contributorsrc
60 lines (60 loc) · 1.4 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
{
"projectName": "accessibility-alt-text-bot",
"projectOwner": "kendallgassner",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "inkblotty",
"name": "Katie Foster",
"avatar_url": "https://avatars.githubusercontent.com/u/14206003?v=4",
"profile": "https://github.com/inkblotty",
"contributions": [
"ideas",
"a11y"
]
},
{
"login": "kendallgassner",
"name": "Kendall Gassner",
"avatar_url": "https://avatars.githubusercontent.com/u/15275462?v=4",
"profile": "https://github.com/kendallgassner",
"contributions": [
"code",
"a11y",
"doc",
"infra"
]
},
{
"login": "khiga8",
"name": "Kate Higa",
"avatar_url": "https://avatars.githubusercontent.com/u/16447748?v=4",
"profile": "https://github.com/khiga8",
"contributions": [
"code",
"a11y",
"doc",
"infra"
]
},
{
"login": "HonkingGoose",
"name": "HonkingGoose",
"avatar_url": "https://avatars.githubusercontent.com/u/34918129?v=4",
"profile": "https://github.com/HonkingGoose",
"contributions": [
"doc",
"a11y"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}