From 730bd630abedeed8047bc8d1989260436682fb66 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Tue, 16 Jun 2020 00:50:28 -0400 Subject: [PATCH] Revert "docs: Move contributions to dom-testing-library (#345)" (#349) This reverts commit 6203cc79ad4c045e129af327a89d7c37677d8e24. --- .github/ISSUE_TEMPLATE.md | 13 ++++++++++++- .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++++++++- CONTRIBUTING.md | 3 --- README.md | 23 ++++++++++++++++++++--- 4 files changed, 47 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 11c91488..09c17479 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,15 @@ - + - `@testing-library/user-event` version: - Testing Framework and version: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 28c604af..41a73d92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,18 @@ - + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8568c45..7f9fd7e7 100644 --- a/CONTRIBUTING.md +++ b/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! diff --git a/README.md b/README.md index 809fb9a3..fb47bf44 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ✨ @@ -528,7 +543,6 @@ Thanks goes to these people ([emoji key][emojis]): - This project follows the [all-contributors][all-contributors] specification. @@ -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