From b3f68082b66e8f1ffbd85dd15aca847186dc26b1 Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Tue, 9 Oct 2018 15:25:14 +0200 Subject: [PATCH] Grammar correction in bug report issue template :smile: --- .github/ISSUE_TEMPLATE/Bug_Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index f1debab9..c979a3a7 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -9,7 +9,7 @@ about: Bugs, missing documentation, or unexpected behavior 🤔. understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! -* If you're issue is regarding one of the query APIs (`getByText` +* If your issue is regarding one of the query APIs (`getByText`, `getByLabelText`, etc), then please file it on the `dom-testing-library` repository instead. If you file it here it will be closed. Thanks :)