From 78a73015d2a8777e4e2efa6c124fba495ed0c023 Mon Sep 17 00:00:00 2001 From: erle Date: Fri, 12 Jun 2026 10:23:11 +0800 Subject: [PATCH] [FIX] pr template: contributing guidelines link --- .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 92317787..942b218b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ Link the issues that this PR solves, if any: ## Compliance -- [ ] I have read the [contribution guide](../docs/CONTRIBUTING.md) +- [ ] I have read the [contribution guide](https://github.com/odoo-odev/odev/blob/main/docs/CONTRIBUTING.md) - [ ] I made sure the documentation is up-to-date both in doctrings and the `docs` directory - [ ] I have added or modified unit tests where necessary - [ ] I have added new libraries to the `requirements.txt` file, if any