From 5b1d3c6c4796014f53e30a43c10b6dcce3c9ded1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 07:07:10 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8869020..338aed1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@

Zapify

+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

a

🚀 Blazing fast react Ui library with Hooks 🚀

@@ -54,4 +55,19 @@ You are more than welcome to make contributions to the project! See the [CONTRI ## License [MIT](http://opensource.org/licenses/MIT) -### Made with ❤️ by @is124 @vinaybiradar1717 @piyush97 for React Community 👨🏻‍💻👩🏻‍💻 \ No newline at end of file +### Made with ❤️ by @is124 @vinaybiradar1717 @piyush97 for React Community 👨🏻‍💻👩🏻‍💻 +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Piyush Mehta
Piyush Mehta

💻
+ + + +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 3db4c5bf76fcea66a56cef52fb36eb2a8ea32df1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 07:07:11 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..3d50a85 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "piyush97", + "name": "Piyush Mehta", + "avatar_url": "https://avatars3.githubusercontent.com/u/18229627?v=4", + "profile": "https://piyushmehta.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "zapify", + "projectOwner": "zapify-ui", + "repoType": "github", + "repoHost": "https://github.com" +}