From bfeb53e07323824e1861b7f339469453c3c01322 Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:14:24 +0100 Subject: [PATCH] Update pull_request_template.md --- .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 fa520eceb..9fb40912d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # Contributing a new country ? -* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same country? +* [ ] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/spatie/holidays/pulls) for the same country? 1. Create a new class in the Countries directory. It should extend the Country class. 2. Add a test for the new country in the tests directory.