From 36d2a263cc944f87e46a6b155c0cbaadb7fe78ba Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Sun, 14 Jun 2020 21:08:44 -0400 Subject: [PATCH] docs: Move contributions to dom-testing-library --- .github/ISSUE_TEMPLATE.md | 13 +------------ .github/PULL_REQUEST_TEMPLATE.md | 16 +--------------- CONTRIBUTING.md | 3 +++ README.md | 23 +++-------------------- 4 files changed, 8 insertions(+), 47 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 09c17479..11c91488 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,15 +1,4 @@ - + - `@testing-library/user-event` version: - Testing Framework and version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 41a73d92..28c604af 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,4 @@ - + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f9fd7e7..a8568c45 100644 --- a/CONTRIBUTING.md +++ b/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! diff --git a/README.md b/README.md index 82d07d9e..381ed614 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ✨ @@ -517,6 +502,7 @@ Thanks goes to these people ([emoji key][emojis]): + This project follows the [all-contributors][all-contributors] specification. @@ -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