From 4184fc7ef408e75262701d3d24402cebba03788f Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Thu, 18 Apr 2024 20:11:46 +0300 Subject: [PATCH 1/4] docs: update reproduction link --- .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 b1205113..b3c369d0 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -55,7 +55,7 @@ minimal amount of code possible. Repository template: https://github.com/testing-library/dom-testing-library-template Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one -here: https://codesandbox.io/s/5z6x4r7n0p +here: https://testing-library.com/new-dtl --> ### Problem description: From 2cf7a737f4493faa785a0c4ab3085e6a9f668937 Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Thu, 18 Apr 2024 20:14:42 +0300 Subject: [PATCH 2/4] update codesandbox reference --- .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 b3c369d0..33d25ab8 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -54,7 +54,7 @@ minimal amount of code possible. Repository template: https://github.com/testing-library/dom-testing-library-template -Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one +Or if you can, try to reproduce the issue in a Stackblitz. You can fork the one here: https://testing-library.com/new-dtl --> From 337bb9664e6c9185da8c7329f0df1510b68c9143 Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Thu, 18 Apr 2024 20:16:06 +0300 Subject: [PATCH 3/4] remove redundant a --- .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 33d25ab8..e5be7bc5 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -54,7 +54,7 @@ minimal amount of code possible. Repository template: https://github.com/testing-library/dom-testing-library-template -Or if you can, try to reproduce the issue in a Stackblitz. You can fork the one +Or if you can, try to reproduce the issue in Stackblitz. You can fork the one here: https://testing-library.com/new-dtl --> From 96d60e247cb9c8702510751cc9831108f910ee0d Mon Sep 17 00:00:00 2001 From: Matan Borenkraout Date: Thu, 18 Apr 2024 20:31:34 +0300 Subject: [PATCH 4/4] code review suggestion Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- .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 e5be7bc5..72faa5f4 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -54,7 +54,7 @@ minimal amount of code possible. Repository template: https://github.com/testing-library/dom-testing-library-template -Or if you can, try to reproduce the issue in Stackblitz. You can fork the one +Or if you can, try to reproduce the issue in StackBlitz. You can fork the one here: https://testing-library.com/new-dtl -->