33
33
[ ![ npm version] [ npm-badge ]] [ npm ]
34
34
35
35
[ ![ MIT License] [ license-badge ]] [ license ]
36
- [ ![ Join the community on Spectrum] [ spectrum-badge ]] [ spectrum ]
37
36
<!-- prettier-ignore-end -->
38
37
39
38
<h2 >Table of Contents</h2 >
47
46
- [ Docs] ( #docs )
48
47
- [ Typings] ( #typings )
49
48
- [ ESLint support] ( #eslint-support )
49
+ - [ Issues] ( #issues )
50
+ - [ 🐛 Bugs] ( #-bugs )
51
+ - [ 💡 Feature Requests] ( #-feature-requests )
52
+ - [ ❓ Questions] ( #-questions )
50
53
- [ License] ( #license )
51
54
- [ Contributors] ( #contributors )
52
55
@@ -145,6 +148,30 @@ bundled with Vue Testing Library.
145
148
If you want to lint test files that use Vue Testing Library, you can use the
146
149
official plugin: [ eslint-plugin-testing-library] [ eslint-plugin-testing-library ] .
147
150
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
+
148
175
## License
149
176
150
177
[ MIT] [ license ]
@@ -178,8 +205,6 @@ official plugin: [eslint-plugin-testing-library][eslint-plugin-testing-library].
178
205
<!-- prettier-ignore-start -->
179
206
[ build-badge ] : https://travis-ci.org/testing-library/vue-testing-library.svg?branch=master
180
207
[ 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
183
208
[ coverage-badge ] : https://img.shields.io/codecov/c/github/testing-library/vue-testing-library.svg
184
209
[ coverage ] : https://codecov.io/github/testing-library/vue-testing-library
185
210
[ 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].
189
214
[ license-badge ] : https://img.shields.io/github/license/testing-library/vue-testing-library.svg
190
215
[ license ] : https://github.com/testing-library/vue-testing-library/blob/master/LICENSE
191
216
[ types ] : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__vue
217
+ [ discord ] : https://testing-library.com/discord
192
218
193
219
[ docs ] : https://testing-library.com/vue
194
220
[ docs-edit ] : https://github.com/testing-library/testing-library-docs
195
221
[ eslint-plugin-testing-library ] : https://github.com/testing-library/eslint-plugin-testing-library
196
222
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
+
197
227
[ test-directory ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__
198
228
[ vuex-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vuex.js
199
229
[ vue-router-example ] : https://github.com/testing-library/vue-testing-library/blob/master/src/__tests__/vue-router.js
0 commit comments