generated from JoshuaKGoldberg/create-typescript-app
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
78 lines (78 loc) · 2.11 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
{
"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>",
"commitType": "docs",
"contributors": [
{
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"contributions": [
"code",
"maintenance",
"infra",
"ideas",
"test",
"content",
"doc",
"projectManagement",
"tool"
],
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"profile": "http://www.joshuakgoldberg.com"
},
{
"login": "cakeinpanic",
"name": "Katya Pavlenko",
"avatar_url": "https://avatars.githubusercontent.com/u/588916?v=4",
"profile": "https://medium.com/@cakeinpanic/latest",
"contributions": [
"code"
]
},
{
"login": "steveluscher",
"name": "Steven Luscher",
"avatar_url": "https://avatars.githubusercontent.com/u/13243?v=4",
"profile": "https://github.com/steveluscher",
"contributions": [
"ideas"
]
},
{
"login": "hyoban",
"name": "Stephen Zhou",
"avatar_url": "https://avatars.githubusercontent.com/u/38493346?v=4",
"profile": "https://hyoban.cc",
"contributions": [
"code"
]
},
{
"login": "johnnyreilly",
"name": "John Reilly",
"avatar_url": "https://avatars.githubusercontent.com/u/1010525?v=4",
"profile": "https://johnnyreilly.com/",
"contributions": [
"bug",
"code"
]
},
{
"login": "gvdp",
"name": "gvdp",
"avatar_url": "https://avatars.githubusercontent.com/u/11733084?v=4",
"profile": "https://github.com/gvdp",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"projectName": "should-semantic-release",
"projectOwner": "JoshuaKGoldberg",
"repoType": "github",
"commitConvention": "angular"
}