This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 182
/
.all-contributorsrc
90 lines (90 loc) · 2.39 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
{
"files": [
"README.md",
"README-en.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": true,
"contributors": [
{
"login": "jxnu-liguobin",
"name": "梦境迷离",
"avatar_url": "https://avatars3.githubusercontent.com/u/29496873?v=4",
"profile": "https://dreamylost.cn",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "ThomasPerkins1123",
"name": "ThomasPerkins1123",
"avatar_url": "https://avatars3.githubusercontent.com/u/25691261?v=4",
"profile": "https://github.com/ThomasPerkins1123",
"contributions": [
"test"
]
},
{
"login": "LaoZhangCoder",
"name": "laozhang",
"avatar_url": "https://avatars3.githubusercontent.com/u/28627858?v=4",
"profile": "https://github.com/LaoZhangCoder",
"contributions": [
"code"
]
},
{
"login": "CCCCmaster",
"name": "CCCCmaster",
"avatar_url": "https://avatars3.githubusercontent.com/u/25200717?v=4",
"profile": "https://github.com/CCCCmaster",
"contributions": [
"code"
]
},
{
"login": "poorguy",
"name": "poorguy",
"avatar_url": "https://avatars1.githubusercontent.com/u/624653?v=4",
"profile": "https://github.com/poorguy",
"contributions": [
"code"
]
},
{
"login": "KongWiki",
"name": "weikunkun",
"avatar_url": "https://avatars0.githubusercontent.com/u/19886738?v=4",
"profile": "https://kongwiki.me/",
"contributions": [
"code"
]
},
{
"login": "sweeneycai",
"name": "sweeneycai",
"avatar_url": "https://avatars2.githubusercontent.com/u/16558006?v=4",
"profile": "https://github.com/sweeneycai",
"contributions": [
"code"
]
}
],
"projectName": "cs-summary-reflection",
"projectOwner": "jxnu-liguobin",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
}