From 36cd6250d2047c86fc46b0306ec69faf84d5a866 Mon Sep 17 00:00:00 2001 From: Gabriel Mocanu Date: Fri, 1 Mar 2024 10:57:21 +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..8a83e85 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/oer-template/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).