-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
.all-contributorsrc
65 lines (65 loc) · 1.7 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
{
"files": [
"README.md",
"README_zh_CN.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "tswwe",
"name": "thxnder",
"avatar_url": "https://avatars.githubusercontent.com/u/36465489?v=4",
"profile": "https://github.com/tswwe",
"contributions": [
"code",
"bug"
]
},
{
"login": "langzhou",
"name": "langzhou",
"avatar_url": "https://avatars.githubusercontent.com/u/6987229?v=4",
"profile": "https://github.com/langzhou",
"contributions": [
"code"
]
},
{
"login": "royc01",
"name": "royc01",
"avatar_url": "https://avatars.githubusercontent.com/u/38906705?v=4",
"profile": "https://github.com/royc01",
"contributions": [
"ideas",
"code"
]
},
{
"login": "UserZYF",
"name": "UserZYF",
"avatar_url": "https://avatars.githubusercontent.com/u/38289979?v=4",
"profile": "https://github.com/UserZYF",
"contributions": [
"video"
]
},
{
"login": "StarDustSheep",
"name": "吃星尘的羊",
"avatar_url": "https://avatars.githubusercontent.com/u/114859111?v=4",
"profile": "https://github.com/StarDustSheep",
"contributions": [
"design"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributor-introduction)",
"projectName": "siyuan-theme-dark-plus",
"projectOwner": "Zuoqiu-Yingyi",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}