Skip to content

Commit 5ce2c20

Browse files
[MNT] Update all-contributors
* docs: update CONTRIBUTORS.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 89b4bdd commit 5ce2c20

1 file changed

Lines changed: 29 additions & 26 deletions

File tree

.all-contributorsrc

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,47 @@
11
{
2-
"files": ["CONTRIBUTORS.md"],
2+
"files": [
3+
"CONTRIBUTORS.md"
4+
],
35
"imageSize": 100,
46
"contributorsPerLine": 7,
57
"contributorsSortAlphabetically": false,
68
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
7-
"skipCi": "true",
9+
"skipCi": true,
810
"contributors": [
911
{
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": [
12+
"login": "xuyxu",
13+
"name": "Yi-Xuan Xu",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/22359569?s=400&u=9bb18ef27fee8b561a7be585d3b96d74e0398eac&v=4",
15+
"profile": "https://github.com/xuyxu",
16+
"contributions": [
1517
"code",
1618
"doc",
1719
"test"
1820
]
1921
},
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": [
22+
{
23+
"login": "zzzzwj",
24+
"name": "Wen-Jie Zhang",
25+
"avatar_url": "https://avatars.githubusercontent.com/u/23235538?s=400&v=4",
26+
"profile": "https://github.com/zzzzwj",
27+
"contributions": [
2628
"code",
2729
"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": [
30+
]
31+
},
32+
{
33+
"login": "mttgdd",
34+
"name": "Matt Gadd",
35+
"avatar_url": "https://avatars.githubusercontent.com/u/3154919?s=400&u=3e6287b0c4a2c83e2db98d86980cee89ed218d32&v=4",
36+
"profile": "https://github.com/mttgdd",
37+
"contributions": [
3638
"code"
37-
]
38-
}
39+
]
40+
}
3941
],
40-
"projectName": "Ensemble-PyTorch",
42+
"projectName": "Ensemble-Pytorch",
4143
"repoType": "github",
4244
"repoHost": "https://github.com",
43-
"commitConvention": "none"
44-
}
45+
"commitConvention": "none",
46+
"projectOwner": "xuyxu"
47+
}

0 commit comments

Comments
 (0)