From c289312168311e9c84e39852e3af1e834b3204ae Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:36:08 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..4c0cdf3f --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "login": "yunkuangao", + "name": "Cloud", + "avatar_url": "https://avatars.githubusercontent.com/u/40163747?v=4", + "profile": "https://heartofyun.com", + "contributions": [ + "tool" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "xiaodaigua-ray.github.io", + "projectOwner": "XiaoDaiGua-Ray" +}