From e2d8790a712b2c1acfcd89b942638021f23c9203 Mon Sep 17 00:00:00 2001 From: Karolin Hemmingsson <94545214+KarolinHem@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:50:26 +0200 Subject: [PATCH 1/2] Update pull_request_template.md Fixed broken link to CONTRIBUTING Guidelines --- .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 eb789e1..3858661 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,4 @@ - [ ] I have kept the patch limited to only change the parts related to the patch - [ ] This change requires a documentation update -See also [Contributing Guidelines](CONTRIBUTING.md). +See also [Contributing Guidelines](/CONTRIBUTING.md). From 7f812d09dec9f46fa61670c2a95bd3ee735f2d3b Mon Sep 17 00:00:00 2001 From: Karolin Hemmingsson <94545214+KarolinHem@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:41:08 +0200 Subject: [PATCH 2/2] 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 3858661..a0437fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,4 @@ - [ ] I have kept the patch limited to only change the parts related to the patch - [ ] This change requires a documentation update -See also [Contributing Guidelines](/CONTRIBUTING.md). +See also [Contributing Guidelines](../CONTRIBUTING.md).