Skip to content

Commit

Permalink
docs: Link to new Discord (#717)
Browse files Browse the repository at this point in the history
* Link to new Discord

* Delete Spectrum link

* docs: Fix more Discord links

* docs: Delete more Spectrum links

* docs: Add Discord badge
  • Loading branch information
nickmccurdy committed Jun 21, 2020
1 parent c7a14c0 commit cf7493e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -22,10 +22,8 @@ Thanks for your interest in the project. We appreciate bugs filed and PRs submit
For questions related to using the library, please visit a support community
instead of filing an issue on GitHub. You can follow the instructions in this
codesandbox to make a reproduction of your issue: https://kcd.im/rtl-help
* React Spectrum
https://spectrum.chat/testing-library
* Reactiflux on Discord
https://www.reactiflux.com
* Discord
https://discord.gg/c6JN9fM
* Stack Overflow
https://stackoverflow.com/questions/tagged/react-testing-library
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/Question.md
Expand Up @@ -16,8 +16,7 @@ For questions related to using the library, please visit a support community
instead of filing an issue on GitHub. You can follow the instructions in this
codesandbox to make a reproduction of your issue: https://kcd.im/rtl-help

- React Spectrum https://spectrum.chat/react-testing-library
- Reactiflux on Discord https://www.reactiflux.com
- Discord https://discord.gg/c6JN9fM
- Stack Overflow
https://stackoverflow.com/questions/tagged/react-testing-library
- Documentation: https://github.com/testing-library/testing-library-docs
Expand Down
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -31,7 +31,7 @@ practices.</p>

[![All Contributors](https://img.shields.io/badge/all_contributors-102-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
[![Join the community on Spectrum][spectrum-badge]][spectrum]
[![Discord][discord-badge]][discord]

[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
Expand Down Expand Up @@ -428,8 +428,7 @@ a 👍. This helps maintainers prioritize what to work on.
For questions related to using the library, please visit a support community
instead of filing an issue on GitHub.
- [Spectrum][spectrum]
- [Reactiflux on Discord][reactiflux]
- [Discord][discord]
- [Stack Overflow][stackoverflow]
## Contributors
Expand Down Expand Up @@ -615,8 +614,6 @@ Contributions of any kind welcome!
[package]: https://www.npmjs.com/package/@testing-library/react
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/react.svg?style=flat-square
[npmtrends]: http://www.npmtrends.com/@testing-library/react
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
[spectrum]: https://spectrum.chat/testing-library
[license-badge]: https://img.shields.io/npm/l/@testing-library/react.svg?style=flat-square
[license]: https://github.com/testing-library/react-testing-library/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
Expand All @@ -635,7 +632,8 @@ Contributions of any kind welcome!
[bugs]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
[requests]: https://github.com/testing-library/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen
[good-first-issue]: https://github.com/testing-library/react-testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+
[reactiflux]: https://www.reactiflux.com/
[discord-badge]: https://img.shields.io/discord/723559267868737556.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square
[discord]: https://discord.gg/c6JN9fM
[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library
[react-hooks-testing-library]: https://github.com/testing-library/react-hooks-testing-library
Expand Down

0 comments on commit cf7493e

Please sign in to comment.