generated from JoshuaKGoldberg/create-typescript-app
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
109 lines (109 loc) · 2.78 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
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %> 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"contributions": [
"bug",
"code",
"doc",
"projectManagement",
"test",
"tool",
"maintenance",
"infra",
"ideas"
],
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"profile": "http://www.joshuakgoldberg.com"
},
{
"login": "RebeccaStevens",
"name": "Rebecca Stevens",
"avatar_url": "https://avatars.githubusercontent.com/u/7224206?v=4",
"profile": "https://github.com/RebeccaStevens",
"contributions": [
"bug",
"code",
"doc",
"projectManagement",
"test",
"tool",
"infra",
"maintenance",
"ideas"
]
},
{
"login": "ajafff",
"name": "Klaus Meinhardt",
"avatar_url": "https://avatars.githubusercontent.com/u/11968040?v=4",
"profile": "https://github.com/ajafff",
"contributions": [
"code",
"test"
]
},
{
"login": "jmchor",
"name": "Johannes Chorzempa",
"avatar_url": "https://avatars.githubusercontent.com/u/110151013?v=4",
"profile": "https://blog.jmchor.dev",
"contributions": [
"doc",
"code"
]
},
{
"login": "kirjs",
"name": "Kirill Cherkashin",
"avatar_url": "https://avatars.githubusercontent.com/u/2545357?v=4",
"profile": "https://twitter.com/kirjs",
"contributions": [
"code"
]
},
{
"login": "danvk",
"name": "Dan Vanderkam",
"avatar_url": "https://avatars.githubusercontent.com/u/98301?v=4",
"profile": "https://effectivetypescript.com",
"contributions": [
"bug"
]
},
{
"login": "webpro",
"name": "Lars Kappert",
"avatar_url": "https://avatars.githubusercontent.com/u/456426?v=4",
"profile": "https://webpro.nl",
"contributions": [
"code"
]
},
{
"login": "kirkwaiblinger",
"name": "Kirk Waiblinger",
"avatar_url": "https://avatars.githubusercontent.com/u/53019676?v=4",
"profile": "https://github.com/kirkwaiblinger",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "ts-api-utils",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github",
"commitType": "docs"
}