Skip to content

Commit

Permalink
Revert "docs: Move contributions to dom-testing-library (#345)" (#349)
Browse files Browse the repository at this point in the history
This reverts commit 6203cc7.
  • Loading branch information
nickmccurdy committed Jun 16, 2020
1 parent e72205a commit 730bd63
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 8 deletions.
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE.md
@@ -1,4 +1,15 @@
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
<!--
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
-->

- `@testing-library/user-event` version:
- Testing Framework and version:
Expand Down
16 changes: 15 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,4 +1,18 @@
<!-- user-event is moving. Please create new issues in dom-testing-library (https://github.com/testing-library/dom-testing-library). -->
<!--
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!
-->

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

Expand Down
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
@@ -1,6 +1,3 @@
**`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: 20 additions & 3 deletions README.md
Expand Up @@ -64,6 +64,8 @@ change the state of the checkbox.
- [`unhover(element)`](#unhoverelement)
- [`paste(element, text, eventInit, options)`](#pasteelement-text-eventinit-options)
- [Issues](#issues)
- [πŸ› Bugs](#-bugs)
- [πŸ’‘ Feature Requests](#-feature-requests)
- [Contributors ✨](#contributors-)
- [LICENSE](#license)

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

## Issues

**`user-event` is moving. Please create new issues in
[`dom-testing-library`](https://github.com/testing-library/dom-testing-library).**
_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]

## Contributors ✨

Expand Down Expand Up @@ -528,7 +543,6 @@ 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 @@ -557,4 +571,7 @@ 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 730bd63

Please sign in to comment.