Skip to content

Commit 89b4bdd

Browse files
committed
[MNT] Add all-contributors
1 parent c054756 commit 89b4bdd

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"files": ["CONTRIBUTORS.md"],
3+
"imageSize": 100,
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+
"skipCi": "true",
8+
"contributors": [
9+
{
10+
"login": "xuyxu",
11+
"name": "Yi-Xuan Xu",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/22359569?s=400&u=9bb18ef27fee8b561a7be585d3b96d74e0398eac&v=4",
13+
"profile": "https://github.com/xuyxu",
14+
"contributions": [
15+
"code",
16+
"doc",
17+
"test"
18+
]
19+
},
20+
{
21+
"login": "zzzzwj",
22+
"name": "Wen-Jie Zhang",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/23235538?s=400&v=4",
24+
"profile": "https://github.com/zzzzwj",
25+
"contributions": [
26+
"code",
27+
"test"
28+
]
29+
},
30+
{
31+
"login": "mttgdd",
32+
"name": "Matt Gadd",
33+
"avatar_url": "https://avatars.githubusercontent.com/u/3154919?s=400&u=3e6287b0c4a2c83e2db98d86980cee89ed218d32&v=4",
34+
"profile": "https://github.com/mttgdd",
35+
"contributions": [
36+
"code"
37+
]
38+
}
39+
],
40+
"projectName": "Ensemble-PyTorch",
41+
"repoType": "github",
42+
"repoHost": "https://github.com",
43+
"commitConvention": "none"
44+
}

CONTRIBUTORS.md

Whitespace-only changes.

0 commit comments

Comments
 (0)