From 56abf405fb0bce8ce8d9749396cd05ce6735f6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=BC=E5=8F=94?= Date: Wed, 9 Dec 2020 15:15:14 +0800 Subject: [PATCH] chore: add CONTRIBUTING.md --- .all-contributorsrc | 27 ++++++++++++--------------- README.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index fd7256b..1c2bd12 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,17 +1,14 @@ { - "files": ["README.md"], + "projectName": "iMove", + "projectOwner": "i5ting", + "repoType": "github", + "repoHost": "https://github.com", + "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 + "commit": true, + "commitConvention": "angular", + "contributors": [], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 95f90d6..3a7e328 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # iMove + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +
@@ -59,3 +62,16 @@ If you have suggestion, welcome github [issues](https://github.com/imgcook/imove ## License This repo is released under the [MIT License](http://www.opensource.org/licenses/MIT). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file