Skip to content

Commit b89aebe

Browse files
authored
Adding all-contributors support (#366)
1 parent 8a6ec24 commit b89aebe

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"projectName": "react-query",
3+
"projectOwner": "tannerlinsley",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "tannerlinsley",
15+
"name": "Tanner Linsley",
16+
"avatar_url": "https://avatars0.githubusercontent.com/u/5580297?v=4",
17+
"profile": "https://tannerlinsley.com",
18+
"contributions": [
19+
"code",
20+
"ideas",
21+
"example",
22+
"maintenance",
23+
"review"
24+
]
25+
}
26+
],
27+
"contributorsPerLine": 7
28+
}

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2579,3 +2579,23 @@ setConsole({
25792579
25802580
- `console: Object`
25812581
- Must implement the `log`, `warn`, and `error` methods.
2582+
2583+
2584+
## Contributors ✨
2585+
2586+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
2587+
2588+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2589+
<!-- prettier-ignore-start -->
2590+
<!-- markdownlint-disable -->
2591+
<table>
2592+
<tr>
2593+
<td align="center"><a href="https://tannerlinsley.com"><img src="https://avatars0.githubusercontent.com/u/5580297?v=4" width="100px;" alt=""/><br /><sub><b>Tanner Linsley</b></sub></a><br /><a href="https://github.com/tannerlinsley/react-query/commits?author=tannerlinsley" title="Code">💻</a> <a href="#ideas-tannerlinsley" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-tannerlinsley" title="Examples">💡</a> <a href="#maintenance-tannerlinsley" title="Maintenance">🚧</a> <a href="https://github.com/tannerlinsley/react-query/pulls?q=is%3Apr+reviewed-by%3Atannerlinsley" title="Reviewed Pull Requests">👀</a></td>
2594+
</tr>
2595+
</table>
2596+
2597+
<!-- markdownlint-enable -->
2598+
<!-- prettier-ignore-end -->
2599+
<!-- ALL-CONTRIBUTORS-LIST:END -->
2600+
2601+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)