Skip to content

Commit

Permalink
docs: Move contributions to dom-testing-library (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy committed Jun 15, 2020
1 parent ba1c8d3 commit 6203cc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 47 deletions.
13 changes: 1 addition & 12 deletions .github/ISSUE_TEMPLATE.md
@@ -1,15 +1,4 @@
<!--
Thanks for your interest in the project. I appreciate bugs filed and PRs submitted!
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Please fill out this template with all the relevant information so we can
understand what's going on and fix the issue.
I'll probably ask you to submit the fix (after giving some direction). If you've
never done that before, that's great! Check this free short video tutorial to
learn how: http://kcd.im/pull-request
-->
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->

- `@testing-library/user-event` version:
- Testing Framework and version:
Expand Down
16 changes: 1 addition & 15 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,4 @@
<!--
Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated!
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).
If you're new to contributing to open source projects, you might find this free
video course helpful: http://kcd.im/pull-request
Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->

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

Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
@@ -1,3 +1,6 @@
**`user-event` is moving. Please create new issues in
[`dom-testing-library`](https://github.com/testing-library/dom-testing-library).**

# Contributing

Thanks for being willing to contribute!
Expand Down
23 changes: 3 additions & 20 deletions README.md
Expand Up @@ -63,8 +63,6 @@ change the state of the checkbox.
- [`async hover(element)`](#async-hoverelement)
- [`async unhover(element)`](#async-unhoverelement)
- [Issues](#issues)
- [πŸ› Bugs](#-bugs)
- [πŸ’‘ Feature Requests](#-feature-requests)
- [Contributors ✨](#contributors-)
- [LICENSE](#license)

Expand Down Expand Up @@ -432,21 +430,8 @@ Unhovers out of `element`.
## Issues

_Looking to contribute? Look for the [Good First Issue][good-first-issue]
label._

### πŸ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

[**See Bugs**][bugs]

### πŸ’‘ Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding
a πŸ‘. This helps maintainers prioritize what to work on.

[**See Feature Requests**][requests]
**`user-event` is moving. Please create new issues in
[`dom-testing-library`](https://github.com/testing-library/dom-testing-library).**

## Contributors ✨

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

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

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

0 comments on commit 6203cc7

Please sign in to comment.