forked from dromara/issues-translate-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
45 lines (45 loc) · 1.04 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
{
"files": [
"README.md",
"README_CN.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "tomsun28",
"name": "tomsun28",
"avatar_url": "https://avatars.githubusercontent.com/u/24788200?v=4",
"profile": "http://hertzbeat.com",
"contributions": [
"code",
"content"
]
},
{
"login": "all-contributors",
"name": "All Contributors",
"avatar_url": "https://avatars.githubusercontent.com/u/46410174?v=4",
"profile": "https://allcontributors.org",
"contributions": [
"doc"
]
},
{
"login": "chenquan",
"name": "chen quan",
"avatar_url": "https://avatars.githubusercontent.com/u/20548053?v=4",
"profile": "https://dev.to/chenquan",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "issues-translate-action",
"projectOwner": "usthe",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}