From bd87fa57f395d5cb4e72bec11aa79f34c3a44139 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 14:23:52 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b5c3a61..e5eb112 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Netlify Status](https://api.netlify.com/api/v1/badges/b7d6a434-0c42-49bf-820c-89d3ee2f09ac/deploy-status)](https://app.netlify.com/sites/studymatrix/deploys) [![Build Status](https://travis-ci.org/dwyl/esta.svg?branch=master)](https://travis-ci.org/dwyl/esta) # study-portal @@ -48,6 +51,18 @@ website url : https://studymatrix.netlify.app/ ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +

Tamojit Das

💻 🎨 📖 🚧 🖋
+ + + + From 7caa2955271cc820084caa90daff00f77b931490 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 14:23:53 +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..125a535 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "tamojit-123", + "name": "Tamojit Das", + "avatar_url": "https://avatars0.githubusercontent.com/u/40804626?v=4", + "profile": "https://tamojitdas.netlify.app", + "contributions": [ + "code", + "design", + "doc", + "maintenance", + "content" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "studymatrix", + "projectOwner": "StudyMatrix", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}