Skip to content

Commit 9601e61

Browse files
author
Kyle Liu
committed
update contributors
1 parent 693d494 commit 9601e61

File tree

1 file changed

+14
-130
lines changed

1 file changed

+14
-130
lines changed

.all-contributorsrc

Lines changed: 14 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,17 @@
11
{
2-
"projectName": "awesome-golang-leetcode",
3-
"projectOwner": "kylesliu",
4-
"repoType": "github",
5-
"repoHost": "https://github.com",
6-
"files": [
7-
"README.md"
8-
],
2+
"files": ["README.md"],
93
"imageSize": 100,
10-
"commit": true,
11-
"contributors": [
12-
{
13-
"login": "kylesliu",
14-
"name": "Kyle Liu ",
15-
"avatar_url": "https://avatars0.githubusercontent.com/u/26195433?v=4",
16-
"profile": "https://kyle.link",
17-
"contributions": [
18-
"code",
19-
"blog",
20-
"design",
21-
"doc"
22-
]
23-
},
24-
{
25-
"login": "hapiman2",
26-
"name": "hapiman2",
27-
"avatar_url": "https://avatars3.githubusercontent.com/u/34671440?v=4",
28-
"profile": "https://github.com/hapiman2",
29-
"contributions": [
30-
"code"
31-
]
32-
},
33-
{
34-
"login": "2yuechanghe",
35-
"name": "yuechanghe",
36-
"avatar_url": "https://avatars0.githubusercontent.com/u/19406613?s=400&v=4",
37-
"profile": "https://github.com/2yuechanghe",
38-
"contributions": [
39-
"code"
40-
]
41-
},
42-
{
43-
"login": "hapiman",
44-
"name": "hapiman",
45-
"avatar_url": "https://avatars0.githubusercontent.com/u/7567048?v=4",
46-
"profile": "https://github.com/hapiman",
47-
"contributions": [
48-
"code"
49-
]
50-
},
51-
{
52-
"login": "sihgyu",
53-
"name": "sihg yu",
54-
"avatar_url": "https://avatars2.githubusercontent.com/u/26058740?v=4",
55-
"profile": "https://github.com/sihgyu",
56-
"contributions": [
57-
"code"
58-
]
59-
},
60-
{
61-
"login": "plusweiwei",
62-
"name": "plusweiwei",
63-
"avatar_url": "https://avatars3.githubusercontent.com/u/38197795?v=4",
64-
"profile": "https://github.com/plusweiwei",
65-
"contributions": [
66-
"code"
67-
]
68-
},
69-
{
70-
"login": "openset",
71-
"name": "Sandy",
72-
"avatar_url": "https://avatars0.githubusercontent.com/u/6274967?v=4",
73-
"profile": "https://openset.github.com",
74-
"contributions": [
75-
"code"
76-
]
77-
},
78-
{
79-
"login": "hiepndd",
80-
"name": "Hiep Nguyen",
81-
"avatar_url": "https://avatars2.githubusercontent.com/u/23348270?s=400&v=4",
82-
"profile": "https://github.com/hiepndd",
83-
"contributions": [
84-
"code"
85-
]
86-
},
87-
{
88-
"login": "dumingcode",
89-
"name": "mingdu",
90-
"avatar_url": "https://avatars3.githubusercontent.com/u/9403402?s=400&v=4",
91-
"profile": "https://github.com/dumingcode",
92-
"contributions": [
93-
"code"
94-
]
95-
},
96-
{
97-
"login": "jameschengds",
98-
"name": "cheng qianxiang",
99-
"avatar_url": "https://avatars0.githubusercontent.com/u/34215053?s=400&v=4",
100-
"profile": "https://github.com/jameschengds",
101-
"contributions": [
102-
"code"
103-
]
104-
},
105-
{
106-
"login": "saenaii",
107-
"name": "Inori",
108-
"avatar_url": "https://avatars0.githubusercontent.com/u/18567791?s=400&v=4",
109-
"profile": "https://github.com/saenaii",
110-
"contributions": [
111-
"code"
112-
]
113-
},
114-
{
115-
"login": "sathishbabu96",
116-
"name": "S Sathish Babu",
117-
"avatar_url": "https://avatars0.githubusercontent.com/u/22419483?s=400&v=4",
118-
"profile": "https://github.com/sathishbabu96",
119-
"contributions": [
120-
"code"
121-
]
122-
},
123-
{
124-
"login": "mckinnonn",
125-
"name": "McKinnon",
126-
"avatar_url": "https://avatars0.githubusercontent.com/u/50089806?s=400&v=4",
127-
"profile": "https://github.com/mckinnonn",
128-
"contributions": [
129-
"code"
130-
]
4+
"contributorsPerLine": 7,
5+
"contributorsSortAlphabetically": false,
6+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
7+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
8+
"types": {
9+
"custom": {
10+
"symbol": "🔭",
11+
"description": "A custom contribution type.",
12+
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
13113
}
132-
]
133-
}
14+
},
15+
"skipCi": "true",
16+
"contributors": []
17+
}

0 commit comments

Comments
 (0)