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 ef6b3976bb..93da27be47 100644 --- a/README.md +++ b/README.md @@ -2579,3 +2579,23 @@ setConsole({ - `console: Object` - Must implement the `log`, `warn`, and `error` methods. + + +## 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