Skip to content

Commit 7074ba5

Browse files
committed
Add links to issues and discord
1 parent 4c5f724 commit 7074ba5

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

README.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
[![npm version][npm-badge]][npm]
3434

3535
[![MIT License][license-badge]][license]
36-
[![Join the community on Spectrum][spectrum-badge]][spectrum]
3736
<!-- prettier-ignore-end -->
3837

3938
<h2>Table of Contents</h2>
@@ -47,6 +46,10 @@
4746
- [Docs](#docs)
4847
- [Typings](#typings)
4948
- [ESLint support](#eslint-support)
49+
- [Issues](#issues)
50+
- [🐛 Bugs](#-bugs)
51+
- [💡 Feature Requests](#-feature-requests)
52+
- [❓ Questions](#-questions)
5053
- [License](#license)
5154
- [Contributors](#contributors)
5255

@@ -145,6 +148,30 @@ bundled with Vue Testing Library.
145148
If you want to lint test files that use Vue Testing Library, you can use the
146149
official plugin: [eslint-plugin-testing-library][eslint-plugin-testing-library].
147150

151+
## Issues
152+
153+
_Looking to contribute? Look for the [Good First Issue][good-first-issue]
154+
label._
155+
156+
### 🐛 Bugs
157+
158+
Please [file an issue][add-issue-bug] for bugs, missing documentation, or
159+
unexpected behavior.
160+
161+
[**See Bugs**][bugs]
162+
163+
### 💡 Feature Requests
164+
165+
Please [file an issue][add-issue] to suggest new features. Vote on feature
166+
requests by adding a 👍. This helps maintainers prioritize what to work on.
167+
168+
### ❓ Questions
169+
170+
For questions related to using the library, please visit a support community
171+
instead of filling an issue on GitHub.
172+
173+
- [Discord][discord]
174+
148175
## License
149176

150177
[MIT][license]
@@ -178,8 +205,6 @@ official plugin: [eslint-plugin-testing-library][eslint-plugin-testing-library].
178205
<!-- prettier-ignore-start -->
179206
[build-badge]: https://travis-ci.org/testing-library/vue-testing-library.svg?branch=master
180207
[build]: https://travis-ci.org/testing-library/vue-testing-library
181-
[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg
182-
[spectrum]: https://spectrum.chat/testing-library
183208
[coverage-badge]: https://img.shields.io/codecov/c/github/testing-library/vue-testing-library.svg
184209
[coverage]: https://codecov.io/github/testing-library/vue-testing-library
185210
[github-badge]: https://badge.fury.io/gh/testing-library%2Fvue-testing-library.svg
@@ -189,11 +214,16 @@ official plugin: [eslint-plugin-testing-library][eslint-plugin-testing-library].
189214
[license-badge]: https://img.shields.io/github/license/testing-library/vue-testing-library.svg
190215
[license]: https://github.com/testing-library/vue-testing-library/blob/master/LICENSE
191216
[types]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__vue
217+
[discord]: https://testing-library.com/discord
192218

193219
[docs]: https://testing-library.com/vue
194220
[docs-edit]: https://github.com/testing-library/testing-library-docs
195221
[eslint-plugin-testing-library]: https://github.com/testing-library/eslint-plugin-testing-library
196222

223+
[bugs]: https://github.com/testing-library/vue-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc
224+
[add-issue-bug]: https://github.com/testing-library/vue-testing-library/issues/new?assignees=&labels=bug&template=bug_report.md&title=
225+
[add-issue]: (https://github.com/testing-library/vue-testing-library/issues/new)
226+
197227
[test-directory]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__
198228
[vuex-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js
199229
[vue-router-example]: https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js

0 commit comments

Comments
 (0)