From a9bca927e626a73f4a957d29f4701bfc2aceb0ef Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Wed, 3 Apr 2024 11:48:34 +0200 Subject: [PATCH] fix coding conventions PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d84de2b17..eb38611c3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ Please explain the changes you made here. ### Checklist - [ ] Code compiles correctly -- [ ] Code is formatted according to [Coding Conventions](../CodingConventions.md) +- [ ] Code is formatted according to [Coding Conventions](../blob/master/CodingConventions.md) - [ ] Created tests which fail without the change (if possible) - [ ] All tests passing (`dotnet test`) - [ ] Extended the README / documentation, if necessary -- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name \ No newline at end of file +- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name