From efd3ea242b225fdc4eb97e604b033d02d201aa1b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:09:00 +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 9e1c39f1ac..90d4185f81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Amazing-Python-Scripts 🚀 + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) @@ -103,3 +106,22 @@ You can refer to the following articles on basics of Git and Github and also con Capture Your Still Images from WebCam Using Python + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

jeffugo

📖
+ + + + + +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 6bc82bd0b789c98255d8bf90faf96f3b85320c1e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2020 10:09:01 +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 0000000000..8f7ed96153 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "jeffugo", + "name": "jeffugo", + "avatar_url": "https://avatars0.githubusercontent.com/u/70389806?v=4", + "profile": "https://github.com/jeffugo", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Amazing-Python-Scripts", + "projectOwner": "avinashkranjan", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}