@@ -64,6 +64,8 @@ change the state of the checkbox.
64
64
- [ ` unhover(element) ` ] ( #unhoverelement )
65
65
- [ ` paste(element, text, eventInit, options) ` ] ( #pasteelement-text-eventinit-options )
66
66
- [ Issues] ( #issues )
67
+ - [ 🐛 Bugs] ( #-bugs )
68
+ - [ 💡 Feature Requests] ( #-feature-requests )
67
69
- [ Contributors ✨] ( #contributors- )
68
70
- [ LICENSE] ( #license )
69
71
@@ -455,8 +457,21 @@ You can use the `eventInit` if what you're pasting should have `clipboardData`
455
457
456
458
## Issues
457
459
458
- ** ` user-event ` is moving. Please create new issues in
459
- [ ` dom-testing-library ` ] ( https://github.com/testing-library/dom-testing-library ) .**
460
+ _ Looking to contribute? Look for the [ Good First Issue] [ good-first-issue ]
461
+ label._
462
+
463
+ ### 🐛 Bugs
464
+
465
+ Please file an issue for bugs, missing documentation, or unexpected behavior.
466
+
467
+ [ ** See Bugs** ] [ bugs ]
468
+
469
+ ### 💡 Feature Requests
470
+
471
+ Please file an issue to suggest new features. Vote on feature requests by adding
472
+ a 👍. This helps maintainers prioritize what to work on.
473
+
474
+ [ ** See Feature Requests** ] [ requests ]
460
475
461
476
## Contributors ✨
462
477
@@ -528,7 +543,6 @@ Thanks goes to these people ([emoji key][emojis]):
528
543
529
544
<!-- markdownlint-enable -->
530
545
<!-- prettier-ignore-end -->
531
-
532
546
<!-- ALL-CONTRIBUTORS-LIST:END -->
533
547
534
548
This project follows the [ all-contributors] [ all-contributors ] specification.
557
571
[ coc ] : https://github.com/testing-library/user-event/blob/master/other/CODE_OF_CONDUCT.md
558
572
[ emojis ] : https://github.com/all-contributors/all-contributors#emoji-key
559
573
[ all-contributors ] : https://github.com/all-contributors/all-contributors
574
+ [ bugs ] : https://github.com/testing-library/user-event/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug
575
+ [ requests ] : https://github.com/testing-library/user-event/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
576
+ [ good-first-issue ] : https://github.com/testing-library/user-event/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement+label%3A%22good+first+issue%22
560
577
<!-- prettier-ignore-end -->
0 commit comments