Skip to content

Commit 730bd63

Browse files
authored
Revert "docs: Move contributions to dom-testing-library (testing-library#345)" (testing-library#349)
This reverts commit 6203cc7.
1 parent e72205a commit 730bd63

File tree

4 files changed

+47
-8
lines changed

4 files changed

+47
-8
lines changed

.github/ISSUE_TEMPLATE.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
1+
<!--
2+
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
3+
Please make sure that you are familiar with and follow the Code of Conduct for
4+
this project (found in the CODE_OF_CONDUCT.md file).
5+
6+
Please fill out this template with all the relevant information so we can
7+
understand what's going on and fix the issue.
8+
9+
I'll probably ask you to submit the fix (after giving some direction). If you've
10+
never done that before, that's great! Check this free short video tutorial to
11+
learn how: http://kcd.im/pull-request
12+
-->
213

314
- `@testing-library/user-event` version:
415
- Testing Framework and version:

.github/PULL_REQUEST_TEMPLATE.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
1+
<!--
2+
Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated!
3+
4+
Please make sure that you are familiar with and follow the Code of Conduct for
5+
this project (found in the CODE_OF_CONDUCT.md file).
6+
7+
Also, please make sure you're familiar with and follow the instructions in the
8+
contributing guidelines (found in the CONTRIBUTING.md file).
9+
10+
If you're new to contributing to open source projects, you might find this free
11+
video course helpful: http://kcd.im/pull-request
12+
13+
Please fill out the information below to expedite the review and (hopefully)
14+
merge of your pull request!
15+
-->
216

317
<!-- What changes are being made? (What feature/bug is being fixed here?) -->
418

CONTRIBUTING.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
**`user-event` is moving. Please create new issues in
2-
[`dom-testing-library`](https://github.com/testing-library/dom-testing-library).**
3-
41
# Contributing
52

63
Thanks for being willing to contribute!

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ change the state of the checkbox.
6464
- [`unhover(element)`](#unhoverelement)
6565
- [`paste(element, text, eventInit, options)`](#pasteelement-text-eventinit-options)
6666
- [Issues](#issues)
67+
- [🐛 Bugs](#-bugs)
68+
- [💡 Feature Requests](#-feature-requests)
6769
- [Contributors ✨](#contributors-)
6870
- [LICENSE](#license)
6971

@@ -455,8 +457,21 @@ You can use the `eventInit` if what you're pasting should have `clipboardData`
455457

456458
## Issues
457459

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]
460475

461476
## Contributors ✨
462477

@@ -528,7 +543,6 @@ Thanks goes to these people ([emoji key][emojis]):
528543

529544
<!-- markdownlint-enable -->
530545
<!-- prettier-ignore-end -->
531-
532546
<!-- ALL-CONTRIBUTORS-LIST:END -->
533547

534548
This project follows the [all-contributors][all-contributors] specification.
@@ -557,4 +571,7 @@ MIT
557571
[coc]: https://github.com/testing-library/user-event/blob/master/other/CODE_OF_CONDUCT.md
558572
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
559573
[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
560577
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)