From 95bbd75116f793d7198bd5d26ddfdccae8b3865c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:33:46 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 39e4492..be4e848 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Vector IO + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +

PyPI - Version @@ -306,6 +309,20 @@ If you have any questions, please open an issue on the repo or message Dhruv Ana + + + + + + +
Dhruv Anand
Dhruv Anand

💻 🐛 📖
+ + + + + + + From ba56547d7f1b5e436b072f83367569d57b1e013b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:33:47 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..ba3b53a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "dhruv-anand-aintech", + "name": "Dhruv Anand", + "avatar_url": "https://avatars.githubusercontent.com/u/105786647?v=4", + "profile": "http://ainorthstartech.com", + "contributions": [ + "code", + "bug", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "vector-io", + "projectOwner": "AI-Northstar-Tech" +}