From 93a9a76b8ff716b760a0ee7860b369a48829787c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:01:57 +0200 Subject: [PATCH] Update pr template with fixed link to readme (#4031) --- .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 4981b0f8b..ab1c4162d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,7 +14,7 @@ greatly reduce the amount of work needed to review your work. --> 3. [ ] Attributes `data-test-id` are added for new elements 4. [ ] The changes are tested in Chrome/Firefox/Safari browsers and in light/dark mode 5. [ ] Your code works with the latest stable version of the core -6. [ ] I added changesets and [read good practices](/.changeset/README.md) +6. [ ] I added changesets and [read good practices](../.changeset/README.md) ### Test environment config