-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
100 lines (100 loc) · 2.35 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
{
"projectName": "core",
"projectOwner": "remark-embedder",
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"repoType": "github",
"skipCi": false,
"files": [
"README.md"
],
"contributors": [
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "https://kentcdodds.com",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "MichaelDeBoey",
"name": "Michaël De Boey",
"avatar_url": "https://avatars3.githubusercontent.com/u/6643991?v=4",
"profile": "https://michaeldeboey.be",
"contributions": [
"bug",
"code",
"doc",
"test",
"review"
]
},
{
"login": "johnstonmatt",
"name": "Matt Johnston",
"avatar_url": "https://avatars1.githubusercontent.com/u/5455542?v=4",
"profile": "https://github.com/johnstonmatt",
"contributions": [
"doc"
]
},
{
"login": "osiux",
"name": "Eduardo Reveles",
"avatar_url": "https://avatars2.githubusercontent.com/u/204463?v=4",
"profile": "https://www.osiux.ws/",
"contributions": [
"code"
]
},
{
"login": "wooorm",
"name": "Titus",
"avatar_url": "https://avatars0.githubusercontent.com/u/944406?v=4",
"profile": "http://wooorm.com",
"contributions": [
"review"
]
},
{
"login": "bradgarropy",
"name": "Brad Garropy",
"avatar_url": "https://avatars2.githubusercontent.com/u/11336745?v=4",
"profile": "https://bradgarropy.com",
"contributions": [
"code",
"bug"
]
},
{
"login": "mikestecker",
"name": "Mike Stecker",
"avatar_url": "https://avatars.githubusercontent.com/u/407465?v=4",
"profile": "https://github.com/mikestecker",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "mono0x",
"name": "mono",
"avatar_url": "https://avatars.githubusercontent.com/u/231380?v=4",
"profile": "https://blog.mono0x.net/",
"contributions": [
"code",
"test"
]
}
],
"commitType": "docs",
"commitConvention": "angular"
}