From 12b676b4ff3e322a72ed9a753d5c090793662c55 Mon Sep 17 00:00:00 2001 From: Rohit Garg Date: Sat, 18 Apr 2020 16:05:53 +0530 Subject: [PATCH] Adding all-contributors support --- .all-contributorsrc | 28 ++++++++++++++++++++++++++++ README.md | 19 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..6b42963d3e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,28 @@ +{ + "projectName": "react-query", + "projectOwner": "tannerlinsley", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitConvention": "none", + "contributors": [ + { + "login": "tannerlinsley", + "name": "Tanner Linsley", + "avatar_url": "https://avatars0.githubusercontent.com/u/5580297?v=4", + "profile": "https://tannerlinsley.com", + "contributions": [ + "code", + "ideas", + "example", + "maintenance", + "review" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 7357c4c244..4af37e0b3b 100644 --- a/README.md +++ b/README.md @@ -1496,3 +1496,22 @@ function App() { - `config: Object` - Must be **stable** or **memoized**. Do not create an inline object! - For a description of all config options, please see the [`useQuery` hook](#usequery). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Tanner Linsley

💻 🤔 💡 🚧 👀
+ + + + + +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