From eed6d02cfd4aaea7b1c361e4f1bc6c83941ada44 Mon Sep 17 00:00:00 2001 From: "Dominik K." Date: Sat, 21 Jun 2025 21:51:29 +0200 Subject: [PATCH] fix: link to correct CONTRIBUTING.md (#1400) --- .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 910ad617e..2a73b7840 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -61,7 +61,7 @@ For changes involving data or authentication: ## Checklist -- [ ] I have read the [CONTRIBUTING](../CONTRIBUTING.md) document +- [ ] I have read the [CONTRIBUTING](https://github.com/Mail-0/Zero/blob/staging/.github/CONTRIBUTING.md) document - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in complex areas