From b7512a73f8883087ab603647961f183d960aa3af Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sat, 21 Sep 2019 16:43:07 +0200 Subject: [PATCH] docs(contributing): Update checklist concerning types --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 33cb74ba..c08fe410 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -36,7 +36,7 @@ merge of your pull request! - [ ] Documentation added to the [docs site](https://github.com/alexkrolick/testing-library-docs) -- [ ] Typescript definitions updated +- [ ] I've prepared a PR for types targetting https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__dom - [ ] Tests - [ ] Ready to be merged