From 9fc189dc8da6f4ed49da5ad048a50525f646a69f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 14:37:49 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index fcade73..073b600 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # StudyMatrix firebase + +[![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 @@ -40,3 +43,22 @@ website url : https://studymatrix.netlify.app/ ## ![Screenshot 2020-09-15 203623](https://user-images.githubusercontent.com/40804626/101892369-4e1e3580-3bc9-11eb-9902-29566ebf3865.png) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Tamojit Das

💻 🎨 🚧 🤔
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 3cb898d1bf22ba535526a990e05e56abb56550ac Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 31 Dec 2020 14:37:50 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..f9fea8b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "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", + "maintenance", + "ideas" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "studymatrix", + "projectOwner": "StudyMatrix", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}