-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.all-contributorsrc
More file actions
44 lines (44 loc) · 991 Bytes
/
.all-contributorsrc
File metadata and controls
44 lines (44 loc) · 991 Bytes
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
{
"projectName": "textmode.js",
"projectOwner": "humanbydefinition",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"commitConvention": "angular",
"commitType": "docs",
"skipCi": true,
"contributors": [
{
"login": "humanbydefinition",
"name": "humanbydefinition",
"avatar_url": "https://www.github.com/humanbydefinition.png",
"profile": "https://github.com/humanbydefinition",
"contributions": [
"code",
"doc",
"design",
"example",
"ideas",
"maintenance",
"infra",
"tool",
"plugin",
"review"
]
},
{
"login": "trintlermint",
"name": "trintlermint",
"avatar_url": "https://www.github.com/trintlermint.png",
"profile": "https://github.com/trintlermint",
"contributions": [
"design",
"example"
]
}
]
}