From 1600a28967861758040dbccfdc4b4c1fc5127e01 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 03:06:42 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3daa19004..ede654710 120000 --- a/README.md +++ b/README.md @@ -1 +1,66 @@ -./packages/formik/README.md \ No newline at end of file +

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

+ +

+ Build forms in React, without the tears. +

+ +
+ +[![Stable Release](https://img.shields.io/npm/v/formik.svg)](https://npm.im/formik) +[![Blazing Fast](https://badgen.now.sh/badge/speed/blazing%20%F0%9F%94%A5/green)](https://npm.im/formik) +[![gzip size](http://img.badgesize.io/https://unpkg.com/formik@latest/dist/formik.umd.production.min.js?compression=gzip)](https://unpkg.com/formik@latest/dist/formik.umd.production.min.js) +[![license](https://badgen.now.sh/badge/license/Apache-2.0)](./LICENSE) +[![Discord](https://img.shields.io/discord/769256827007139912.svg?style=flat-square)](https://discord.gg/pJSg287) + +**Visit [https://formik.org](https://formik.org) to get started with Formik.** + +## Organizations and projects using Formik + +[List of organizations and projects using Formik](https://github.com/jaredpalmer/formik/issues/87) + +## Authors + +- Jared Palmer [@jaredpalmer](https://twitter.com/jaredpalmer) +- Ian White [@eonwhite](https://twitter.com/eonwhite) + +## Contributors + +Formik is made with <3 thanks to these wonderful people + + + + + + + +

Dhruv Jain

🐛 💻 🖋 📖 💡 🤔 📆 💬 👀
+ + + + +([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): + + + +| [
Jared Palmer](http://jaredpalmer.com)
[💬](#question-jaredpalmer "Answering Questions") [💻](https://github.com/jaredpalmer/formik/commits?author=jaredpalmer "Code") [🎨](#design-jaredpalmer "Design") [📖](https://github.com/jaredpalmer/formik/commits?author=jaredpalmer "Documentation") [💡](#example-jaredpalmer "Examples") [🤔](#ideas-jaredpalmer "Ideas, Planning, & Feedback") [👀](#review-jaredpalmer "Reviewed Pull Requests") [⚠️](https://github.com/jaredpalmer/formik/commits?author=jaredpalmer "Tests") | [
Ian White](https://www.stardog.io)
[💬](#question-eonwhite "Answering Questions") [🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Aeonwhite "Bug reports") [💻](https://github.com/jaredpalmer/formik/commits?author=eonwhite "Code") [📖](https://github.com/jaredpalmer/formik/commits?author=eonwhite "Documentation") [🤔](#ideas-eonwhite "Ideas, Planning, & Feedback") [👀](#review-eonwhite "Reviewed Pull Requests") | [
Andrej Badin](http://andrejbadin.com)
[💬](#question-Andreyco "Answering Questions") [🐛](https://github.com/jaredpalmer/formik/issues?q=author%3AAndreyco "Bug reports") [📖](https://github.com/jaredpalmer/formik/commits?author=Andreyco "Documentation") | [
Adam Howard](http://adz.co.de)
[💬](#question-skattyadz "Answering Questions") [🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Askattyadz "Bug reports") [🤔](#ideas-skattyadz "Ideas, Planning, & Feedback") [👀](#review-skattyadz "Reviewed Pull Requests") | [
Vlad Shcherbin](https://github.com/VladShcherbin)
[💬](#question-VladShcherbin "Answering Questions") [🐛](https://github.com/jaredpalmer/formik/issues?q=author%3AVladShcherbin "Bug reports") [🤔](#ideas-VladShcherbin "Ideas, Planning, & Feedback") | [
Brikou CARRE](https://github.com/brikou)
[🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Abrikou "Bug reports") [📖](https://github.com/jaredpalmer/formik/commits?author=brikou "Documentation") | [
Sam Kvale](http://skvale.github.io)
[🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Askvale "Bug reports") [💻](https://github.com/jaredpalmer/formik/commits?author=skvale "Code") [⚠️](https://github.com/jaredpalmer/formik/commits?author=skvale "Tests") | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| [
Jon Tansey](http://jon.tansey.info)
[🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Ajontansey "Bug reports") [💻](https://github.com/jaredpalmer/formik/commits?author=jontansey "Code") | [
Tyler Martinez](http://slightlytyler.com)
[🐛](https://github.com/jaredpalmer/formik/issues?q=author%3Aslightlytyler "Bug reports") [📖](https://github.com/jaredpalmer/formik/commits?author=slightlytyler "Documentation") | [
Tobias Lohse](http://MrLoh.se)
[🐛](https://github.com/jaredpalmer/formik/issues?q=author%3AMrLoh "Bug reports") [💻](https://github.com/jaredpalmer/formik/commits?author=MrLoh "Code") | + + + +This project follows the +[all-contributors](https://github.com/kentcdodds/all-contributors) +specification. Contributions of any kind welcome! + +## Related + +- [TSDX](https://github.com/jaredpalmer/tsdx) - Zero-config CLI for TypeScript used by this repo. (Formik's Rollup configuration as a CLI) + +--- + +[Apache 2.0 License.](https://github.com/jaredpalmer/formik/blob/master/LICENSE) From 826278b683b45dbe2d7f31f008a3dc353f897990 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 03:06:43 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..b44ed4292 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,32 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "maddhruv", + "name": "Dhruv Jain", + "avatar_url": "https://avatars3.githubusercontent.com/u/18121502?v=4", + "profile": "http://maddhruv.xyz", + "contributions": [ + "bug", + "code", + "content", + "doc", + "example", + "ideas", + "projectManagement", + "question", + "review" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "formik", + "projectOwner": "formium", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}