From 2d21544e49fe7f59b639f3a1fe87dc792ce9e394 Mon Sep 17 00:00:00 2001 From: Gabriel Mocanu Date: Fri, 1 Mar 2024 10:44:33 +0200 Subject: [PATCH] .github: Fix link in PR template Fix link in PR template Signed-off-by: Gabriel Mocanu --- .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 6f4f2be..283a609 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ Please mark items appropriately: --> -- [ ] Read the [contribution guidelines](https://github.com/open-education-hub/ccas-internal/blob/main/CONTRIBUTING.md#pull-requests) regarding submitting new changes to the project; +- [ ] Read the [contribution guidelines](https://github.com/open-education-hub/binary-security/blob/main/CONTRIBUTING.md#pull-requests) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [ ] Updated relevant documentation (if needed).