Skip to content

Commit 3bb5e06

Browse files
authored
Merge pull request #161 from phachon/feature/v0.1.8
add contribute
2 parents 1ea7fcf + fc48ae4 commit 3bb5e06

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: .all-contributorsrc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"files": ["README.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+
"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 %>\"),"
13+
}
14+
},
15+
"skipCi": "true",
16+
"contributors": []
17+
}

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ go build ./
156156
157157
>如果你想为 mm-wiki 贡献代码,请加开发者交流群:922827699
158158
159-
# 贡献者列表
159+
## 贡献者列表
160160
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section -->
161161
<!-- ALL-CONTRIBUTORS-LIST:END -->
162162

0 commit comments

Comments
 (0)