-
Notifications
You must be signed in to change notification settings - Fork 9
/
.all-contributorsrc
104 lines (104 loc) · 2.75 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
{
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>",
"commit": false,
"commitConvention": "angular",
"commitType": "docs",
"contributors": [
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com/",
"contributions": [
"code",
"content",
"doc",
"ideas",
"infra",
"maintenance",
"projectManagement",
"tool",
"bug"
]
},
{
"login": "git-megan",
"name": "Megan",
"avatar_url": "https://avatars.githubusercontent.com/u/114352576?v=4",
"profile": "https://github.com/git-megan",
"contributions": [
"maintenance",
"ideas",
"bug"
]
},
{
"login": "tjwds",
"name": "Joe Woods",
"avatar_url": "https://avatars.githubusercontent.com/u/7093793?v=4",
"profile": "https://joewoods.dev",
"contributions": [
"code"
]
},
{
"login": "xav-ie",
"name": "Xavier Ruiz",
"avatar_url": "https://avatars.githubusercontent.com/u/12320165?v=4",
"profile": "http://xav.ie",
"contributions": [
"code"
]
},
{
"login": "astorije",
"name": "Jérémie Astori",
"avatar_url": "https://avatars.githubusercontent.com/u/113730?v=4",
"profile": "https://jeremie.astori.fr",
"contributions": [
"maintenance",
"design",
"code",
"bug",
"ideas"
]
},
{
"login": "seansanker",
"name": "Sean Sanker",
"avatar_url": "https://avatars.githubusercontent.com/u/9062489?v=4",
"profile": "https://github.com/SeanSanker",
"contributions": [
"code"
]
},
{
"login": "hadleygarrett",
"name": "hadleygarrett",
"avatar_url": "https://avatars.githubusercontent.com/u/124802365?v=4",
"profile": "https://github.com/hadleygarrett",
"contributions": [
"code"
]
},
{
"login": "sahanajprakash",
"name": "Sahana J Prakash",
"avatar_url": "https://avatars.githubusercontent.com/u/65385037?v=4",
"profile": "https://github.com/sahanajprakash",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "boston-ts-website",
"projectOwner": "SquiggleTools",
"repoHost": "https://github.com",
"repoType": "github"
}