From 4fe7e1e94ca2bb32ea47967d08203c0f480ac882 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 26 Feb 2019 14:16:45 -0800 Subject: [PATCH 1/3] docs: add link to docs site from issue templates --- .github/ISSUE_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5862d78a..523926d2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,6 +9,11 @@ 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 + + +If this is an issue with the documentation, please file an issue in the docs repo: +https://github.com/alexkrolick/testing-library-docs + --> - `dom-testing-library` version: From 4faf3aabadbd707cda051392c9cba0e432a3ab61 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 26 Feb 2019 14:17:52 -0800 Subject: [PATCH 2/3] docs: link to docs site in issue templates --- .github/ISSUE_TEMPLATE/Feature_Request.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 1d851463..120a8915 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -19,6 +19,9 @@ It'd be great if after the discussion you're the one who submits the PR that implements this feature. If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request + +If this is an issue with the documentation, please file an issue in the docs repo: +https://github.com/alexkrolick/testing-library-docs --> ### Describe the feature you'd like: From edc1cc10051fd7d64ed2be6b84a4bbf89bd7ebac Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Tue, 26 Feb 2019 14:18:27 -0800 Subject: [PATCH 3/3] docs: add link to docs site in issue template --- .github/ISSUE_TEMPLATE/Bug_Report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index 603a10a5..5bc8ae91 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -16,6 +16,8 @@ We'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 +If this is an issue with the documentation, please file an issue in the docs repo: +https://github.com/alexkrolick/testing-library-docs --> - `dom-testing-library` version: