From 5148fc150b2eb5c2709526e3a6bb07afadef4a9e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 11:42:34 +0800 Subject: [PATCH] docs: add gaolizhou as a contributor (#679) * docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ README.md | 13 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..9a1cd217 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "gaolizhou", + "name": "gaolizhou", + "avatar_url": "https://avatars2.githubusercontent.com/u/2884044?v=4", + "profile": "https://github.com/gaolizhou", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "milvus", + "projectOwner": "milvus-io", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index f975f043..214acac7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) ![Milvuslogo](https://github.com/milvus-io/docs/blob/master/assets/milvus_logo.png) [![Slack](https://img.shields.io/badge/Join-Slack-orange)](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) @@ -56,6 +57,18 @@ To connect with other users and contributors, welcome to join our [Slack channel ## Contributors Below is a list of Milvus contributors. We greatly appreciate your contributions! + + + + + + + +
gaolizhou
gaolizhou

💻
+ + + + - [akihoni](https://github.com/akihoni) provided the CN version of README, and found a broken link in the doc. - [goodhamgupta](https://github.com/goodhamgupta) fixed a filename typo in the bootcamp doc. -- GitLab