From fc48ae480b3c47eb8558164eb387161a70d4491c Mon Sep 17 00:00:00 2001 From: phachon Date: Sun, 12 Apr 2020 14:43:32 +0800 Subject: [PATCH] add contribute --- .all-contributorsrc | 17 +++++++++++++++++ README.md | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..fd7256b0 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,17 @@ +{ + "files": ["README.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)", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "skipCi": "true", + "contributors": [] +} \ No newline at end of file diff --git a/README.md b/README.md index e527108c..26611942 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ $ go build ./ >如果你想为 mm-wiki 贡献代码,请加开发者交流群:922827699 -# 贡献者列表 +## 贡献者列表