From 8e948739f107db7957b336304dda69063855eb47 Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Thu, 22 May 2025 10:38:58 +0200 Subject: [PATCH] Fix CLA link in the PR template (#3860) --- .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 c68aeb29c..f41bc9e89 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,4 +14,4 @@ - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary -> By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement: https://gist.github.com/netbirddev/37ff3dc89cf853c6df89d1e5ae07030a +> By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md).