From 98ad07cf49357c51b53f12397bcbe4aaa17bb0a5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 05:00:20 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b977393..6d44e48 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ## InsIIT - IITGn's Official Institute App + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + You've stumbled across the official FOSS repository of IITGn's Institute App! This project is in its infant stages, and all contributions in any form are welcome :) @@ -35,4 +38,17 @@ We would like to thank Shreyas Singh (Class of '20), Shantanu Jana (Class of '21 ## Contributors We would love to have you onboard! Do submit a pull request if you would like to contribute to a feature. + + + + + + + +

Praveen Venkatesh

💻
+ + + + + From 68c86b8b2386f590895fa821cf887601560546c4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 3 Jan 2021 05:00:21 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a36cfbb --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "praveenVnktsh", + "name": "Praveen Venkatesh", + "avatar_url": "https://avatars0.githubusercontent.com/u/30774147?v=4", + "profile": "http://praveenvnktsh.github.io", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "IITGN-Institute-App", + "projectOwner": "praveenVnktsh", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}