From ee44b993bce6d9b36c1e1a4dafdd0c0ffadbf500 Mon Sep 17 00:00:00 2001 From: Ajantha Bhat Date: Tue, 30 Jul 2024 23:24:48 +0530 Subject: [PATCH] Update pull_request_template.md to use absolute links (#17) Relative links doesn't work while raising the PR as it will be from github pull request page. So, need to use the absolute links. --- .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 5759e9230..0bdb9ab4f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -38,4 +38,4 @@ Please delete options that are not relevant. - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules - [ ] If adding new functionality, I have discussed my implementation with the community using the linked GitHub issue -- [ ] I have signed and submitted the [ICLA](../ICLA.md) and if needed, the [CCLA](../CCLA.md). See [Contributing](../CONTRIBUTING.md) for details. +- [ ] I have signed and submitted the [ICLA](https://github.com/polaris-catalog/polaris/blob/main/ICLA.md) and if needed, the [CCLA](https://github.com/polaris-catalog/polaris/blob/main/CCLA.md). See [Contributing](https://github.com/polaris-catalog/polaris/blob/main/CONTRIBUTING.md) for details.