From f29d28d9db9169e85a5622aeef902a69af374a89 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 07:49:02 +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 b44fb6c..59c4021 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Foodies-Adda + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![CircleCi](https://img.shields.io/circleci/project/github/firuza/Foodies-Adda.svg)](https://circleci.com/gh/firuza/Foodies-Adda) [![](https://img.shields.io/github/last-commit/google/skia.svg)](https://github.com/firuza/Foodies-Adda/commits/master) @@ -18,3 +21,22 @@ Adding Recipes: The user needs to enter, (d) Ingredients: User can dynamically add/remove ingredients. If they are not in the master list the user can add them too. More to come ..... + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Firuza Aibara

🎨 💻 📖
+ + + + + +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 bc65f5a70a3cefacf4cd020c3fd27da726671bae Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 07:49:03 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..5373408 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "firuza", + "name": "Firuza Aibara", + "avatar_url": "https://avatars0.githubusercontent.com/u/7722581?v=4", + "profile": "https://firuza.github.io/", + "contributions": [ + "design", + "code", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Foodies-Adda", + "projectOwner": "firuza", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}