From 16c67854c570dec81289f14ee3485e06d009aecb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Mon, 27 May 2019 12:38:54 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..ef06f8b7a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Han-MeiM", + "name": "韩槑槑", + "avatar_url": "https://avatars2.githubusercontent.com/u/27951114?v=4", + "profile": "https://www.hanjiaxin.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "laravel-bjyblog", + "projectOwner": "baijunyao", + "repoType": "github", + "repoHost": "https://github.com" +}