Skip to content

Commit 6203cc7

Browse files
authored
docs: Move contributions to dom-testing-library (testing-library#345)
1 parent ba1c8d3 commit 6203cc7

File tree

4 files changed

+8
-47
lines changed

4 files changed

+8
-47
lines changed

.github/ISSUE_TEMPLATE.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
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-
-->
1+
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
132

143
- `@testing-library/user-event` version:
154
- Testing Framework and version:

.github/PULL_REQUEST_TEMPLATE.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
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-
-->
1+
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
162

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

CONTRIBUTING.md

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

36
Thanks for being willing to contribute!

README.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ change the state of the checkbox.
6363
- [`async hover(element)`](#async-hoverelement)
6464
- [`async unhover(element)`](#async-unhoverelement)
6565
- [Issues](#issues)
66-
- [🐛 Bugs](#-bugs)
67-
- [💡 Feature Requests](#-feature-requests)
6866
- [Contributors ✨](#contributors-)
6967
- [LICENSE](#license)
7068

@@ -432,21 +430,8 @@ Unhovers out of `element`.
432430
433431
## Issues
434432

435-
_Looking to contribute? Look for the [Good First Issue][good-first-issue]
436-
label._
437-
438-
### 🐛 Bugs
439-
440-
Please file an issue for bugs, missing documentation, or unexpected behavior.
441-
442-
[**See Bugs**][bugs]
443-
444-
### 💡 Feature Requests
445-
446-
Please file an issue to suggest new features. Vote on feature requests by adding
447-
a 👍. This helps maintainers prioritize what to work on.
448-
449-
[**See Feature Requests**][requests]
433+
**`user-event` is moving. Please create new issues in
434+
[`dom-testing-library`](https://github.com/testing-library/dom-testing-library).**
450435

451436
## Contributors ✨
452437

@@ -517,6 +502,7 @@ Thanks goes to these people ([emoji key][emojis]):
517502

518503
<!-- markdownlint-enable -->
519504
<!-- prettier-ignore-end -->
505+
520506
<!-- ALL-CONTRIBUTORS-LIST:END -->
521507

522508
This project follows the [all-contributors][all-contributors] specification.
@@ -545,7 +531,4 @@ MIT
545531
[coc]: https://github.com/testing-library/user-event/blob/master/other/CODE_OF_CONDUCT.md
546532
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key
547533
[all-contributors]: https://github.com/all-contributors/all-contributors
548-
[bugs]: https://github.com/testing-library/user-event/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Acreated-desc+label%3Abug
549-
[requests]: https://github.com/testing-library/user-event/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3Aenhancement
550-
[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
551534
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)